Methods in org.apache.woden with parameters of type ErrorLocator |
void |
ErrorReporter.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.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,
java.lang.String errorId,
java.lang.Object[] arguments,
short severity,
java.lang.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,
java.lang.String errorId,
java.lang.String message,
short severity)
Report the message and the error location in the document according
to the severity. |
void |
ErrorReporter.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.String message,
short severity,
java.lang.Exception exception)
Report the message and the error location in the document according
to the severity. |
Methods in org.apache.woden.internal with parameters of type ErrorLocator |
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.Object[] arguments,
short severity)
|
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.Object[] arguments,
short severity,
java.lang.Exception exception)
|
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.String message,
short severity)
|
void |
ErrorReporterImpl.reportError(ErrorLocator errLoc,
java.lang.String errorId,
java.lang.String message,
short severity,
java.lang.Exception exception)
|