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 TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) voidwarning(SAXParseException exception)
-
Method Details
-
error
- Specified by:
errorin interfaceErrorHandler
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler
-
warning
- Specified by:
warningin interfaceErrorHandler
-