Apache CXF API

org.apache.cxf.tools.common
Class ToolErrorListener

java.lang.Object
  extended by org.apache.cxf.tools.common.ToolErrorListener

public class ToolErrorListener
extends Object


Constructor Summary
ToolErrorListener()
           
 
Method Summary
 void addError(String file, int line, int column, String message)
           
 void addError(String file, int line, int column, String message, Throwable t)
           
 void addWarning(String file, int line, int column, String message)
           
 void addWarning(String file, int line, int column, String message, Throwable t)
           
 int getErrorCount()
           
 void throwToolException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolErrorListener

public ToolErrorListener()
Method Detail

addError

public void addError(String file,
                     int line,
                     int column,
                     String message)

addError

public void addError(String file,
                     int line,
                     int column,
                     String message,
                     Throwable t)

addWarning

public void addWarning(String file,
                       int line,
                       int column,
                       String message)

addWarning

public void addWarning(String file,
                       int line,
                       int column,
                       String message,
                       Throwable t)

getErrorCount

public int getErrorCount()

throwToolException

public void throwToolException()

Apache CXF API

Apache CXF