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 void
noticeReportedException(String msg,
Throwable t)
void
noticeUncaughtException(String msg,
Throwable t)
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.