public static class XmlErrorHandlers.XmlErrorHandlerRuntimeException extends Object implements ErrorHandler
| Constructor and Description |
|---|
XmlErrorHandlerRuntimeException() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException _exception) |
void |
fatalError(SAXParseException _exception) |
void |
warning(SAXParseException _exception) |
public void warning(SAXParseException _exception) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic void error(SAXParseException _exception) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException _exception) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionCopyright © 2018. All rights reserved.