Package com.sun.tools.txw2
Class ConsoleErrorReporter
java.lang.Object
com.sun.tools.txw2.ConsoleErrorReporter
- All Implemented Interfaces:
ErrorListener,ErrorHandler
Prints the error to a stream.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) voidwarning(SAXParseException exception)
-
Constructor Details
-
ConsoleErrorReporter
-
-
Method Details
-
error
- Specified by:
errorin interfaceErrorHandler- Specified by:
errorin interfaceErrorListener
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Specified by:
fatalErrorin interfaceErrorListener
-
warning
- Specified by:
warningin interfaceErrorHandler- Specified by:
warningin interfaceErrorListener
-