Class SimpleXMLParserDocumentImpl.MyErrorHandler
java.lang.Object
com.biglybt.pifimpl.local.utils.xml.simpleparser.SimpleXMLParserDocumentImpl.MyErrorHandler
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
SimpleXMLParserDocumentImpl
private static class SimpleXMLParserDocumentImpl.MyErrorHandler
extends Object
implements ErrorHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException spe) voidprivate StringReturns a string describing parse exception detailsvoidwarning(SAXParseException spe)
-
Constructor Details
-
MyErrorHandler
MyErrorHandler(PrintWriter out) Error handler output goes here
-
-
Method Details
-
getParseExceptionInfo
Returns a string describing parse exception details -
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-