|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExceptionNoticer
Interface to be implemented by the entity that is to be notified of all
exceptions reported to ExceptionManager or which are uncaught.
ExceptionManager| Method Summary | |
|---|---|
void |
noticeReportedException(String msg,
Throwable t)
Notification of a reported exception. |
void |
noticeUncaughtException(String msg,
Throwable t)
Notification of an uncaught exception. |
| Method Detail |
|---|
void noticeReportedException(String msg,
Throwable t)
msg - The message that accompanied the exception report.t - The actual exception itself.
void noticeUncaughtException(String msg,
Throwable t)
msg - Message describing the circumstances.t - The actual exception itself.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||