org.erights.e.develop.trace
Class TraceExceptionNoticer
java.lang.Object
|
+--org.erights.e.develop.trace.TraceExceptionNoticer
- All Implemented Interfaces:
- ExceptionNoticer
- class TraceExceptionNoticer
- extends Object
- implements ExceptionNoticer
Class for exception handling of trace.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TraceExceptionNoticer
TraceExceptionNoticer()
noticeReportedException
public void noticeReportedException(String msg,
Throwable t)
- Description copied from interface:
ExceptionNoticer
- Enabled: Notification of a reported exception.
- Specified by:
noticeReportedException
in interface ExceptionNoticer
- Parameters:
msg
- The message that accompanied the exception reportt
- The actual exception itself.
noticeUncaughtException
public void noticeUncaughtException(String msg,
Throwable t)
- Description copied from interface:
ExceptionNoticer
- Enabled: Notification of an uncaught exception.
- Specified by:
noticeUncaughtException
in interface ExceptionNoticer
- Parameters:
msg
- Message describing the circumstancest
- The actual exception itself.
comments?