Package com.sun.tools.txw2
Class AntErrorListener
- 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 void
error(SAXParseException e)
void
fatalError(SAXParseException e)
void
warning(SAXParseException e)
-
-
-
Method Detail
-
error
public void error(SAXParseException e)
- Specified by:
error
in interfaceErrorHandler
- Specified by:
error
in interfaceErrorListener
-
fatalError
public void fatalError(SAXParseException e)
- Specified by:
fatalError
in interfaceErrorHandler
- Specified by:
fatalError
in interfaceErrorListener
-
warning
public void warning(SAXParseException e)
- Specified by:
warning
in interfaceErrorHandler
- Specified by:
warning
in interfaceErrorListener
-
-