public class ToolErrorListener extends Object
| Constructor and Description |
|---|
ToolErrorListener() |
| Modifier and Type | Method and Description |
|---|---|
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() |
Apache CXF