org.xml.sax.ErrorHandler, com.sun.xml.bind.api.ErrorListenerConsoleErrorReporter, ErrorReceiver, ErrorReceiverFilter, SchemaCompilerImpl, XJCListenerpublic interface ErrorListener
extends com.sun.xml.bind.api.ErrorListener
This class implements ErrorHandler so it can be
passed to anywhere where ErrorHandler is expected.
However, to make the error handling easy (and make it work with visitor patterns nicely), this interface is not allowed to abort the processing. It merely receives errors.
| Modifier and Type | Method | Description |
|---|---|---|
void |
error(org.xml.sax.SAXParseException exception) |
|
void |
fatalError(org.xml.sax.SAXParseException exception) |
|
void |
info(org.xml.sax.SAXParseException exception) |
Used to report possibly verbose information that
can be safely ignored.
|
void |
warning(org.xml.sax.SAXParseException exception) |
void error(org.xml.sax.SAXParseException exception)
error in interface org.xml.sax.ErrorHandlererror in interface com.sun.xml.bind.api.ErrorListenervoid fatalError(org.xml.sax.SAXParseException exception)
fatalError in interface org.xml.sax.ErrorHandlerfatalError in interface com.sun.xml.bind.api.ErrorListenervoid warning(org.xml.sax.SAXParseException exception)
warning in interface org.xml.sax.ErrorHandlerwarning in interface com.sun.xml.bind.api.ErrorListenervoid info(org.xml.sax.SAXParseException exception)
info in interface com.sun.xml.bind.api.ErrorListenerCopyright © 2018 Oracle Corporation. All rights reserved.