- java.lang.Object
-
- com.sun.tools.txw2.AntErrorListener
-
- All Implemented Interfaces:
ErrorListener,ErrorHandler
public class AntErrorListener extends 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 voiderror(SAXParseException e)voidfatalError(SAXParseException e)voidwarning(SAXParseException e)
-
-
-
Method Detail
-
error
public void error(SAXParseException e)
- Specified by:
errorin interfaceErrorHandler- Specified by:
errorin interfaceErrorListener
-
fatalError
public void fatalError(SAXParseException e)
- Specified by:
fatalErrorin interfaceErrorHandler- Specified by:
fatalErrorin interfaceErrorListener
-
warning
public void warning(SAXParseException e)
- Specified by:
warningin interfaceErrorHandler- Specified by:
warningin interfaceErrorListener
-
-