-
- All Superinterfaces:
ErrorHandler
- All Known Implementing Classes:
AntErrorListener,ConsoleErrorReporter
public interface ErrorListener extends 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 voiderror(SAXParseException exception)voidfatalError(SAXParseException exception)voidwarning(SAXParseException exception)
-
-
-
Method Detail
-
error
void error(SAXParseException exception)
- Specified by:
errorin interfaceErrorHandler
-
fatalError
void fatalError(SAXParseException exception)
- Specified by:
fatalErrorin interfaceErrorHandler
-
warning
void warning(SAXParseException exception)
- Specified by:
warningin interfaceErrorHandler
-
-