com.sun.tools.txw2
Interface ErrorListener
- 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)
error
void error(SAXParseException exception)
- Specified by:
error
in interface ErrorHandler
fatalError
void fatalError(SAXParseException exception)
- Specified by:
fatalError
in interface ErrorHandler
warning
void warning(SAXParseException exception)
- Specified by:
warning
in interface ErrorHandler
Copyright © 2012 Oracle. All Rights Reserved.