Package com.sun.tools.txw2
Interface ErrorListener
- All Superinterfaces:
ErrorHandler
- All Known Implementing Classes:
AntErrorListener
,ConsoleErrorReporter
Used internally to report errors.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(SAXParseException exception) void
fatalError
(SAXParseException exception) void
warning
(SAXParseException exception)
-
Method Details
-
error
- Specified by:
error
in interfaceErrorHandler
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
-
warning
- Specified by:
warning
in interfaceErrorHandler
-