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