public class DefaultErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler
INTERNAL:
A default implementation of ErrorHandler that simply rethrows the SAXParseExceptions. This works around
an issue that can result in a NPE when setting a Schema on a parser without setting an Error Handler.