org.apache.cxf.tools.common
Class ToolErrorListener
java.lang.Object
org.apache.cxf.tools.common.ToolErrorListener
public class ToolErrorListener
- extends Object
|
Method Summary |
void |
addError(File file,
int line,
int column,
String message)
|
void |
addError(File file,
int line,
int column,
String message,
Throwable t)
|
void |
addWarning(File file,
int line,
int column,
String message)
|
void |
addWarning(File 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 |
ToolErrorListener
public ToolErrorListener()
addError
public void addError(File file,
int line,
int column,
String message)
addError
public void addError(File file,
int line,
int column,
String message,
Throwable t)
addWarning
public void addWarning(File file,
int line,
int column,
String message)
addWarning
public void addWarning(File file,
int line,
int column,
String message,
Throwable t)
getErrorCount
public int getErrorCount()
throwToolException
public void throwToolException()
Apache CXF