Class XmlProcessor.RhinoSAXErrorHandler

  • All Implemented Interfaces:
    java.io.Serializable, org.xml.sax.ErrorHandler
    Enclosing class:
    XmlProcessor

    private static class XmlProcessor.RhinoSAXErrorHandler
    extends java.lang.Object
    implements org.xml.sax.ErrorHandler, java.io.Serializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

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

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

      • RhinoSAXErrorHandler

        private RhinoSAXErrorHandler()
    • Method Detail

      • throwError

        private void throwError​(org.xml.sax.SAXParseException e)
      • error

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

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

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