|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jj2000.j2k.JJ2KExceptionHandler
This class handles exceptions. It should be used in places where it is not known how to handle the exception, and the exception can not be thrown higher in the stack.
Different options can be registered for each Thread and ThreadGroup. This feature is not implemented yet
Constructor Summary | |
JJ2KExceptionHandler()
|
Method Summary | |
static void |
handleException(java.lang.Throwable e)
Handles the exception. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JJ2KExceptionHandler()
Method Detail |
public static void handleException(java.lang.Throwable e)
Registration of special actions is not implemented yet.
e
- The exception to handle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |