Class DefaultErrorHandler

java.lang.Object
org.eclipse.persistence.platform.xml.DefaultErrorHandler
All Implemented Interfaces:
ErrorHandler

public class DefaultErrorHandler extends Object implements 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.
Author:
mmacivor