Searched refs:errorSource (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DSCDBasedBindingSet.java234 private void reportError( Element errorSource, String formattedMsg ) { argument
235 reportError( errorSource, formattedMsg, null );
238 private void reportError( Element errorSource, argument
242 forest.locatorTable.getStartLocation(errorSource),
H A DInternalizer.java603 private void reportError( Element errorSource, String formattedMsg ) { argument
604 reportError( errorSource, formattedMsg, null );
607 private void reportError( Element errorSource, argument
611 forest.locatorTable.getStartLocation(errorSource),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DTypeUtil.java243 String typeName, ErrorReceiver errorHandler, Locator errorSource ) {
252 ,errorSource));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java641 private void reportError(Element errorSource, String formattedMsg) { argument
642 reportError(errorSource, formattedMsg, null);
645 private void reportError(Element errorSource, argument
649 forest.locatorTable.getStartLocation(errorSource),

Completed in 361 milliseconds