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 TypeMethodDescriptionvoid
error
(SAXParseException spe) void
private String
Returns a string describing parse exception detailsvoid
warning
(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:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-