public static class XMLUtils.ParserErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
XMLUtils.ParserErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException spe) |
void |
fatalError(SAXParseException spe) |
void |
warning(SAXParseException spe) |
public void warning(SAXParseException spe) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic void error(SAXParseException spe) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException spe) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.