Package ghidra.app.util.xml
Class XMLErrorHandler
java.lang.Object
ghidra.app.util.xml.XMLErrorHandler
- All Implemented Interfaces:
ErrorHandler
An implementation of the basic interface for SAX error handlers.
Per the documentation, this class is required to prevent the SAX
parser from squelching all parse exceptions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(SAXParseException exception) void
fatalError
(SAXParseException exception) void
warning
(SAXParseException exception)
-
Constructor Details
-
XMLErrorHandler
public XMLErrorHandler()
-
-
Method 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
-