TXW2 Compiler 20110809-redhat-2

com.sun.tools.txw2
Class AntErrorListener

java.lang.Object
  extended by com.sun.tools.txw2.AntErrorListener
All Implemented Interfaces:
ErrorListener, ErrorHandler

public class AntErrorListener
extends Object
implements ErrorListener

Author:
Kohsuke Kawaguchi

Constructor Summary
AntErrorListener(org.apache.tools.ant.Project p)
           
 
Method Summary
 void error(SAXParseException e)
           
 void fatalError(SAXParseException e)
           
 void warning(SAXParseException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntErrorListener

public AntErrorListener(org.apache.tools.ant.Project p)
Method Detail

error

public void error(SAXParseException e)
Specified by:
error in interface ErrorListener
Specified by:
error in interface ErrorHandler

fatalError

public void fatalError(SAXParseException e)
Specified by:
fatalError in interface ErrorListener
Specified by:
fatalError in interface ErrorHandler

warning

public void warning(SAXParseException e)
Specified by:
warning in interface ErrorListener
Specified by:
warning in interface ErrorHandler

TXW2 Compiler 20110809-redhat-2

Copyright © 2012 Oracle. All Rights Reserved.