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 ErrorHandler
SAXException
public void error(SAXParseException spe) throws SAXException
error
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException spe) throws SAXException
fatalError
in interface ErrorHandler
SAXException
Copyright © The Apache Software Foundation. All Rights Reserved.