Class AntErrorListener

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

    public class AntErrorListener
    extends java.lang.Object
    implements ErrorListener
    Author:
    Kohsuke Kawaguchi
    • Constructor Summary

      Constructors 
      Constructor Description
      AntErrorListener​(org.apache.tools.ant.Project p)  
    • 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)  
      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

      • AntErrorListener

        public AntErrorListener​(org.apache.tools.ant.Project p)
    • Method Detail

      • error

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

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

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