DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class ValidatorTester.ForgivingErrorHandler

java.lang.Object
  extended by org.dlese.dpc.schemedit.test.ValidatorTester.ForgivingErrorHandler
All Implemented Interfaces:
ErrorHandler
Enclosing class:
ValidatorTester

public class ValidatorTester.ForgivingErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
ValidatorTester.ForgivingErrorHandler()
           
 
Method Summary
 void error(SAXParseException ex)
           
 void fatalError(SAXParseException ex)
           
 void warning(SAXParseException ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorTester.ForgivingErrorHandler

public ValidatorTester.ForgivingErrorHandler()
Method Detail

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

DLESE Tools
v1.6.0