/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/ |
H A D | ErrorListener.java | 29 import org.xml.sax.SAXParseException; 48 void error(SAXParseException exception); 49 void fatalError(SAXParseException exception); 50 void warning(SAXParseException exception); 55 void info(SAXParseException exception);
|
/openjdk7/jaxp/src/org/xml/sax/ |
H A D | ErrorHandler.java | 53 * except that <em>SAXParseException</em>s will be thrown for fatal errors. 71 * @see org.xml.sax.SAXParseException 95 * @see org.xml.sax.SAXParseException 97 public abstract void warning (SAXParseException exception) 124 * @see org.xml.sax.SAXParseException 126 public abstract void error (SAXParseException exception) 156 * @see org.xml.sax.SAXParseException 158 public abstract void fatalError (SAXParseException exception)
|
H A D | HandlerBase.java | 338 * @see org.xml.sax.SAXParseException 340 public void warning (SAXParseException e) 359 * @see org.xml.sax.SAXParseException 361 public void error (SAXParseException e) 371 * <p>The default implementation throws a SAXParseException. 383 * @see org.xml.sax.SAXParseException 385 public void fatalError (SAXParseException e)
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/ |
H A D | WsimportListener.java | 29 import org.xml.sax.SAXParseException; 60 public void error(SAXParseException exception) { 64 public void fatalError(SAXParseException exception) { 68 public void warning(SAXParseException exception) { 72 public void info(SAXParseException exception) { 76 public void debug(SAXParseException exception){}
|
H A D | ErrorReceiverFilter.java | 29 import org.xml.sax.SAXParseException; 63 public void info(SAXParseException exception) { 67 public void debug(SAXParseException exception) { 71 public void warning(SAXParseException exception) { 75 public void error(SAXParseException exception) { 80 public void fatalError(SAXParseException exception) {
|
H A D | ErrorReceiver.java | 34 import org.xml.sax.SAXParseException; 89 warning( new SAXParseException(msg,loc) ); 97 public abstract void error(SAXParseException exception) throws AbortException; 98 public abstract void fatalError(SAXParseException exception) throws AbortException; 99 public abstract void warning(SAXParseException exception) throws AbortException; 116 public abstract void info(SAXParseException exception) /*REVISIT:throws AbortException*/; 121 * @see #info(SAXParseException) 124 info( new SAXParseException(msg,null) ); 127 public abstract void debug(SAXParseException exception); 138 * {@link SAXParseException} [all...] |
H A D | DefaultAuthenticator.java | 30 import org.xml.sax.SAXParseException; 67 error(new SAXParseException(WscompileMessages.WSIMPORT_AUTH_FILE_NOT_FOUND(authFile.getCanonicalPath(), defaultAuthfile), null)); 69 error(new SAXParseException(WscompileMessages.WSIMPORT_FAILED_TO_PARSE(authFile,e.getMessage()), null)); 75 error(new SAXParseException("Authorization file: "+authFile + " does not have read permission!", null)); 96 errReceiver.info(new SAXParseException(WscompileMessages.WSIMPORT_READING_AUTH_FILE(authFile), null)); 102 error(new SAXParseException(e.getMessage(), null)); 105 error(new SAXParseException(WscompileMessages.WSIMPORT_AUTH_FILE_NOT_FOUND(authFile, defaultAuthfile), null, e)); 129 error(new SAXParseException(WscompileMessages.WSIMPORT_ILLEGAL_AUTH_INFO(url), locator)); 132 error(new SAXParseException(WscompileMessages.WSIMPORT_ILLEGAL_AUTH_INFO(url), locator)); 136 error(new SAXParseException(WscompileMessage [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/ |
H A D | ErrorListener.java | 29 import org.xml.sax.SAXParseException; 47 void error(SAXParseException exception); 48 void fatalError(SAXParseException exception); 49 void warning(SAXParseException exception); 54 void info(SAXParseException exception);
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/ |
H A D | DraconianErrorHandler.java | 65 import org.xml.sax.SAXParseException; 81 public void error(SAXParseException e) throws SAXException { 84 public void fatalError(SAXParseException e) throws SAXException { 87 public void warning(SAXParseException e) throws SAXException {
|
H A D | ErrorHandlerWrapper.java | 29 import org.xml.sax.SAXParseException; 99 SAXParseException saxException = createSAXParseException(exception); 104 catch (SAXParseException e) { 134 SAXParseException saxException = createSAXParseException(exception); 139 catch (SAXParseException e) { 177 SAXParseException saxException = createSAXParseException(exception); 182 catch (SAXParseException e) { 196 /** Creates a SAXParseException from an XMLParseException. */ 197 protected static SAXParseException createSAXParseException(XMLParseException exception) { 198 return new SAXParseException(exceptio [all...] |
H A D | ErrorHandlerProxy.java | 26 import org.xml.sax.SAXParseException; 47 public void error(SAXParseException e) throws SAXException { 59 public void fatalError(SAXParseException e) throws SAXException { 69 public void warning(SAXParseException e) throws SAXException {
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/ |
H A D | DraconianValidationErrorHandler.java | 29 import org.xml.sax.SAXParseException; 40 public void warning(SAXParseException e) throws SAXException { 44 public void error(SAXParseException e) throws SAXException { 48 public void fatalError(SAXParseException e) throws SAXException {
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/ |
H A D | DraconianErrorHandler.java | 30 import org.xml.sax.SAXParseException; 36 public void error( SAXParseException e ) throws SAXException { 39 public void fatalError( SAXParseException e ) throws SAXException { 42 public void warning( SAXParseException e ) {}
|
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/ |
H A D | XmlErrorHandler.java | 46 public void error(SAXParseException e) throws SAXException { 51 public void fatalError(SAXParseException e) throws SAXException { 56 public void warning(SAXParseException exception) throws SAXException {
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/ |
H A D | DraconianErrorHandler.java | 25 import org.xml.sax.SAXParseException; 48 public void warning(SAXParseException e) throws SAXException { 52 /** Error: Throws back SAXParseException. */ 53 public void error(SAXParseException e) throws SAXException { 57 /** Fatal Error: Throws back SAXParseException. */ 58 public void fatalError(SAXParseException e) throws SAXException {
|
H A D | Util.java | 29 import org.xml.sax.SAXParseException; 68 public static SAXParseException toSAXParseException( XMLParseException e ) { 69 if( e.getException() instanceof SAXParseException ) 70 return (SAXParseException)e.getException(); 71 return new SAXParseException( e.getMessage(),
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/ |
H A D | DowngradingErrorHandler.java | 30 import org.xml.sax.SAXParseException; 44 public void warning(SAXParseException exception) throws SAXException { 48 public void error(SAXParseException exception) throws SAXException { 52 public void fatalError(SAXParseException exception) throws SAXException {
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/util/ |
H A D | FatalAdapter.java | 29 import org.xml.sax.SAXParseException; 44 public void warning (SAXParseException exception) throws SAXException { 48 public void error (SAXParseException exception) throws SAXException { 52 public void fatalError (SAXParseException exception) throws SAXException {
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/ |
H A D | ErrorReceiverFilter.java | 31 import org.xml.sax.SAXParseException; 57 public void info(SAXParseException exception) { 61 public void warning(SAXParseException exception) { 65 public void error(SAXParseException exception) { 70 public void fatalError(SAXParseException exception) {
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/ |
H A D | ErrorReceiverImpl.java | 32 import org.xml.sax.SAXParseException; 54 public void error(SAXParseException exception) { 60 public void fatalError(SAXParseException exception) { 66 public void warning(SAXParseException exception) { 72 public void info(SAXParseException exception) { 76 private String getLocation(SAXParseException e) { 81 private void printDetail(SAXParseException e) {
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/ |
H A D | ErrorReceiver.java | 36 import org.xml.sax.SAXParseException; 91 warning( new SAXParseException(msg,loc) ); 99 public abstract void error(SAXParseException exception) throws AbortException; 100 public abstract void fatalError(SAXParseException exception) throws AbortException; 101 public abstract void warning(SAXParseException exception) throws AbortException; 117 public abstract void info(SAXParseException exception) /*REVISIT:throws AbortException*/; 122 * @see #info(SAXParseException) 125 info( new SAXParseException(msg,null) ); 137 * {@link SAXParseException}. 141 protected final String getLocationString( SAXParseException [all...] |
H A D | ConsoleErrorReporter.java | 31 import org.xml.sax.SAXParseException; 56 public void warning(SAXParseException e) { 60 public void error(SAXParseException e) { 65 public void fatalError(SAXParseException e) { 70 public void info(SAXParseException e) { 78 private void print( String resource, SAXParseException e ) {
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/ |
H A D | ConsoleErrorReporter.java | 30 import org.xml.sax.SAXParseException; 54 public void error(SAXParseException e) { 67 public void fatalError(SAXParseException e) { 74 public void warning(SAXParseException e) { 82 public void info(SAXParseException e) { 86 public void debug(SAXParseException e){ 91 private void print(String message, SAXParseException e) {
|
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/ |
H A D | IgnoreAllErrorHandler.java | 26 import org.xml.sax.SAXParseException; 52 public void warning(SAXParseException ex) throws SAXException { 63 public void error(SAXParseException ex) throws SAXException { 75 public void fatalError(SAXParseException ex) throws SAXException {
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/ |
H A D | VersionChecker.java | 40 import org.xml.sax.SAXParseException; 100 SAXParseException e = new SAXParseException( 119 SAXParseException e = new SAXParseException( 126 SAXParseException e = new SAXParseException(
|