static class RIFLHandler.ErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
ErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException spe) |
void |
fatalError(SAXParseException spe) |
private String |
getParseExceptionInfo(SAXParseException spe) |
void |
warning(SAXParseException spe) |
public void error(SAXParseException spe) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException spe) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionprivate String getParseExceptionInfo(SAXParseException spe)
public void warning(SAXParseException spe) throws SAXException
warning in interface ErrorHandlerSAXException