com.oxygenxml.validate.isoschematron
Class SchemaReaderImpl.UserWrapErrorHandler

java.lang.Object
  extended by com.thaiopensource.xml.sax.CountingErrorHandler
      extended by com.oxygenxml.validate.isoschematron.SchemaReaderImpl.UserWrapErrorHandler
All Implemented Interfaces:
ErrorHandler
Enclosing class:
SchemaReaderImpl

static class SchemaReaderImpl.UserWrapErrorHandler
extends CountingErrorHandler


Constructor Summary
SchemaReaderImpl.UserWrapErrorHandler(ErrorHandler errorHandler)
           
 
Method Summary
 void error(SAXParseException exception)
           
 void fatalError(SAXParseException exception)
           
 void warning(SAXParseException exception)
           
 
Methods inherited from class com.thaiopensource.xml.sax.CountingErrorHandler
getErrorCount, getErrorHandler, getFatalErrorCount, getHadErrorOrFatalError, getWarningCount, reset, setErrorHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaReaderImpl.UserWrapErrorHandler

SchemaReaderImpl.UserWrapErrorHandler(ErrorHandler errorHandler)
Method Detail

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