static class RIFLHandler.ErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler
| Constructor and Description |
|---|
ErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(org.xml.sax.SAXParseException spe) |
void |
fatalError(org.xml.sax.SAXParseException spe) |
private java.lang.String |
getParseExceptionInfo(org.xml.sax.SAXParseException spe) |
void |
warning(org.xml.sax.SAXParseException spe) |
public void error(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXException
error in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXExceptionpublic void fatalError(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXExceptionprivate java.lang.String getParseExceptionInfo(org.xml.sax.SAXParseException spe)
public void warning(org.xml.sax.SAXParseException spe)
throws org.xml.sax.SAXException
warning in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXException