Class XMLErrorHandler

java.lang.Object
ghidra.app.util.xml.XMLErrorHandler
All Implemented Interfaces:
ErrorHandler

public class XMLErrorHandler extends Object implements 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.