ErrorListener, org.xml.sax.ErrorHandlerpublic class ConsoleErrorReporter extends java.lang.Object implements ErrorListener
| Constructor | Description |
|---|---|
ConsoleErrorReporter(java.io.PrintStream out) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
error(org.xml.sax.SAXParseException exception) |
|
void |
fatalError(org.xml.sax.SAXParseException exception) |
|
void |
warning(org.xml.sax.SAXParseException exception) |
public void error(org.xml.sax.SAXParseException exception)
error in interface org.xml.sax.ErrorHandlererror in interface ErrorListenerpublic void fatalError(org.xml.sax.SAXParseException exception)
fatalError in interface org.xml.sax.ErrorHandlerfatalError in interface ErrorListenerpublic void warning(org.xml.sax.SAXParseException exception)
warning in interface org.xml.sax.ErrorHandlerwarning in interface ErrorListenerCopyright © 2018 Oracle Corporation. All rights reserved.