TXW2 Compiler 20110809-redhat-2

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)

Method Summary
 void error(SAXParseException exception)
           
 void fatalError(SAXParseException exception)
           
 void warning(SAXParseException exception)
           
 

Method Detail

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

TXW2 Compiler 20110809-redhat-2

Copyright © 2012 Oracle. All Rights Reserved.