|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorLogManager
Interface for an error reporting facility that utilizes one or more
ErrorReporter
to record application errors.
Method Summary | |
---|---|
java.util.List<ErrorReporter> |
getErrorReporters()
Returns the list of ErrorReporter associated with this manager. |
void |
recordError(java.lang.String errorDescription)
Records the specified error. |
void |
recordError(java.lang.Throwable throwable)
Records the specified throwable. |
Method Detail |
---|
void recordError(java.lang.String errorDescription)
errorDescription
- The error description.void recordError(java.lang.Throwable throwable)
throwable
- The throwable describing the error.java.util.List<ErrorReporter> getErrorReporters()
ErrorReporter
associated with this manager.
ErrorReporters
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |