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