|
Generic Environment GUI Class Library | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EnvAppFrame.GUIExceptionHandler
Nested class that is registered as the handler for exceptions on the Swing event thread. The handler will put up an alert panel, dump the stack trace to the console, and then exit entire program rather than persist in an inconsistent state, which would be the default behavior.
Constructor Summary | |
EnvAppFrame.GUIExceptionHandler()
|
Method Summary | |
void |
handle(java.lang.Throwable e)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EnvAppFrame.GUIExceptionHandler()
Method Detail |
public void handle(java.lang.Throwable e)
|
Generic Environment GUI Class Library | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |