|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdiva.gui.ApplicationExceptionHandler
public class ApplicationExceptionHandler
This class makes it easy for an application to trap exceptions in AWT event handlers. It makes use of an unpublished hook in the sun event dispatcher to trap those exceptions and call the application's showError method.
| Constructor Summary | |
|---|---|
ApplicationExceptionHandler()
|
|
| Method Summary | |
|---|---|
static Application |
getApplication()
|
void |
handle(java.lang.Throwable t)
|
static void |
setApplication(Application application)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationExceptionHandler()
| Method Detail |
|---|
public void handle(java.lang.Throwable t)
public static void setApplication(Application application)
public static Application getApplication()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||