|
|||||||||
| Home >> All >> org >> apache >> [ hivemind overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.hivemind
Interface ErrorLog

- public interface ErrorLog
A wrapper around ErrorHandler and org.apache.commons.logging.Logfor 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).
- Since:
- 1.1
| Method Summary | |
void |
error(java.lang.String message,
Location location,
java.lang.Throwable cause)
Invokes ErrorHandler.error(Log, String, Location, Throwable) 55 . |
| Method Detail |
error
public void error(java.lang.String message, Location location, java.lang.Throwable cause)
- Invokes
ErrorHandler.error(Log, String, Location, Throwable)55 .
|
|||||||||
| Home >> All >> org >> apache >> [ hivemind overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC