Class DomUtil.DomErrorHandler

  • All Implemented Interfaces:
    org.xml.sax.ErrorHandler
    Enclosing class:
    DomUtil

    public static class DomUtil.DomErrorHandler
    extends java.lang.Object
    implements org.xml.sax.ErrorHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      DomErrorHandler()  
    • Method Summary

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

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

      • DomErrorHandler

        public DomErrorHandler()
    • Method Detail

      • warning

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

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

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