public class ConsoleErrorReporter extends Object implements ErrorListener
| Constructor and Description |
|---|
ConsoleErrorReporter(PrintStream out) |
| Modifier and Type | Method and 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 ErrorListenererror in interface ErrorHandlerpublic void fatalError(SAXParseException exception)
fatalError in interface ErrorListenerfatalError in interface ErrorHandlerpublic void warning(SAXParseException exception)
warning in interface ErrorListenerwarning in interface ErrorHandlerCopyright © 2015 Oracle Corporation. All Rights Reserved.