Searched defs:formattedMsg (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizer.java603 private void reportError( Element errorSource, String formattedMsg ) {
604 reportError( errorSource, formattedMsg, null );
608 String formattedMsg, Exception nestedException ) {
610 SAXParseException e = new SAXParseException2( formattedMsg,
607 reportError( Element errorSource, String formattedMsg, Exception nestedException ) argument
H A DSCDBasedBindingSet.java234 private void reportError( Element errorSource, String formattedMsg ) {
235 reportError( errorSource, formattedMsg, null );
239 String formattedMsg, Exception nestedException ) {
241 SAXParseException e = new SAXParseException2( formattedMsg,
238 reportError( Element errorSource, String formattedMsg, Exception nestedException ) argument
/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);
646 String formattedMsg, Exception nestedException) {
648 SAXParseException e = new SAXParseException2(formattedMsg,
645 reportError(Element errorSource, String formattedMsg, Exception nestedException) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java2769 String formattedMsg, Exception nestedException ) {
2772 SAXParseException e = new SAXParseException2( formattedMsg,
2768 reportError(Entity entity, String formattedMsg, Exception nestedException ) argument

Completed in 31 milliseconds