Class ErrorHandlerAdaptor

  • All Implemented Interfaces:
    org.xml.sax.ErrorHandler

    public class ErrorHandlerAdaptor
    extends java.lang.Object
    implements org.xml.sax.ErrorHandler
    wraps ISORELAX ErrorHandler by VerificationErrorHandler interface.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.iso_relax.dispatcher.Dispatcher core  
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorHandlerAdaptor​(org.iso_relax.dispatcher.Dispatcher core)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void error​(org.xml.sax.SAXParseException error)  
      void fatalError​(org.xml.sax.SAXParseException error)  
      void warning​(org.xml.sax.SAXParseException error)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • core

        private final org.iso_relax.dispatcher.Dispatcher core
    • Constructor Detail

      • ErrorHandlerAdaptor

        public ErrorHandlerAdaptor​(org.iso_relax.dispatcher.Dispatcher core)
    • Method Detail

      • fatalError

        public void fatalError​(org.xml.sax.SAXParseException error)
                        throws org.xml.sax.SAXException
        Specified by:
        fatalError in interface org.xml.sax.ErrorHandler
        Throws:
        org.xml.sax.SAXException
      • error

        public void error​(org.xml.sax.SAXParseException error)
                   throws org.xml.sax.SAXException
        Specified by:
        error in interface org.xml.sax.ErrorHandler
        Throws:
        org.xml.sax.SAXException
      • warning

        public void warning​(org.xml.sax.SAXParseException error)
                     throws org.xml.sax.SAXException
        Specified by:
        warning in interface org.xml.sax.ErrorHandler
        Throws:
        org.xml.sax.SAXException