Package | Description |
---|---|
org.apache.woden | |
org.apache.woden.ant |
Modifier and Type | Method and Description |
---|---|
ErrorLocator |
ErrorInfo.getErrorLocator() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
Object[] arguments,
short severity)
Insert the message arguments into a parameterized message identified
by errorId to produce a formatted error message, then report the
message and the error location in the document according to the
severity.
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
Object[] arguments,
short severity,
Exception exception)
Insert the message arguments into a parameterized message identified
by errorId to produce a formatted error message, then report the
message and the error location in the document according to the
severity.
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
String message,
short severity)
Report the message and the error location in the document according
to the severity.
|
void |
ErrorReporter.reportError(ErrorLocator errLoc,
String errorId,
String message,
short severity,
Exception exception)
Report the message and the error location in the document according
to the severity.
|
Modifier and Type | Method and Description |
---|---|
void |
Report.write(String tag,
ErrorLocator errorLocator) |
Copyright ? Apache Software Foundation. All Rights Reserved.