Interface ErrorListener

  • All Superinterfaces:
    org.xml.sax.ErrorHandler
    All Known Implementing Classes:
    AntErrorListener, ConsoleErrorReporter

    public interface ErrorListener
    extends org.xml.sax.ErrorHandler
    Used internally to report errors.
    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void error​(org.xml.sax.SAXParseException exception)  
      void fatalError​(org.xml.sax.SAXParseException exception)  
      void warning​(org.xml.sax.SAXParseException exception)  
    • Method Detail

      • error

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

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

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