com.oxygenxml.validate.isoschematron
Class SchemaReaderImpl.UserWrapErrorHandler
java.lang.Object
com.thaiopensource.xml.sax.CountingErrorHandler
com.oxygenxml.validate.isoschematron.SchemaReaderImpl.UserWrapErrorHandler
- All Implemented Interfaces:
- ErrorHandler
- Enclosing class:
- SchemaReaderImpl
static class SchemaReaderImpl.UserWrapErrorHandler
- extends CountingErrorHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaReaderImpl.UserWrapErrorHandler
SchemaReaderImpl.UserWrapErrorHandler(ErrorHandler errorHandler)
warning
public void warning(SAXParseException exception)
throws SAXException
- Specified by:
warning
in interface ErrorHandler
- Overrides:
warning
in class CountingErrorHandler
- Throws:
SAXException
error
public void error(SAXParseException exception)
throws SAXException
- Specified by:
error
in interface ErrorHandler
- Overrides:
error
in class CountingErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException exception)
throws SAXException
- Specified by:
fatalError
in interface ErrorHandler
- Overrides:
fatalError
in class CountingErrorHandler
- Throws:
SAXException