|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A wrapper around ErrorHandler
and
Log
for the most common case: reporting recoverable errors.
The point is that most services can use a single property of type ErrorLog, rather than a pair of
properties (ErrorHandler and Log).
Method Summary | |
void |
error(java.lang.String message,
Location location,
java.lang.Throwable cause)
Invokes {@link org.apache.hivemind.ErrorHandler#error(Log, String, Location, Throwable). |
Method Detail |
public void error(java.lang.String message, Location location, java.lang.Throwable cause)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |