public static class XMLUtils.ParserErrorHandler extends Object implements ErrorHandler
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| 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 © The Apache Software Foundation. All Rights Reserved.