|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mymedialite.util.Handlers
public class Handlers
Class providing exception handlers.
Constructor Summary | |
---|---|
Handlers()
|
Method Summary | |
---|---|
void |
uncaughtException(java.lang.Thread sender,
java.lang.Throwable unhandledException)
React to an unhandled exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Handlers()
Method Detail |
---|
public void uncaughtException(java.lang.Thread sender, java.lang.Throwable unhandledException)
uncaughtException
in interface java.lang.Thread.UncaughtExceptionHandler
sender
- the thread issuing the exceptionunhandledException
- the unhandled exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |