|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectParameterNoticeBoard.ThreadExceptionHandler
class ThreadExceptionHandler
Used as a general purpose exception handler by the threaded classes which controlled by the ExecutorService. It is basically a catch all exception handler.
Field Summary | |
---|---|
(package private) MessageHandler |
SyslogMessageHandler
A syslog message handler |
Constructor Summary | |
---|---|
ThreadExceptionHandler(MessageHandler SyslogMessageHandler)
Constructor |
Method Summary | |
---|---|
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e)
Called when there is a an exception on a thread |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
MessageHandler SyslogMessageHandler
Constructor Detail |
---|
ThreadExceptionHandler(MessageHandler SyslogMessageHandler)
SyslogMessageHandler
- A syslog objectMethod Detail |
---|
public void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
uncaughtException
in interface java.lang.Thread.UncaughtExceptionHandler
t
- The thread which invoked the exceptione
- The exception which was raised.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |