org.dlese.dpc.schemedit.test
Class ValidatorTester.ForgivingErrorHandler
java.lang.Object
org.dlese.dpc.schemedit.test.ValidatorTester.ForgivingErrorHandler
- All Implemented Interfaces:
- ErrorHandler
- Enclosing class:
- ValidatorTester
public class ValidatorTester.ForgivingErrorHandler
- extends Object
- implements ErrorHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidatorTester.ForgivingErrorHandler
public ValidatorTester.ForgivingErrorHandler()
warning
public void warning(SAXParseException ex)
- Specified by:
warning
in interface ErrorHandler
error
public void error(SAXParseException ex)
- Specified by:
error
in interface ErrorHandler
fatalError
public void fatalError(SAXParseException ex)
throws SAXException
- Specified by:
fatalError
in interface ErrorHandler
- Throws:
SAXException