Package diva.gui
Class ApplicationExceptionHandler
- java.lang.Object
-
- diva.gui.ApplicationExceptionHandler
-
public class ApplicationExceptionHandler extends java.lang.Object
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.- Version:
- $Id$
- Author:
- Steve Neuendorffer
-
-
Constructor Summary
Constructors Constructor Description ApplicationExceptionHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Application
getApplication()
void
handle(java.lang.Throwable t)
static void
setApplication(Application application)
-
-
-
Method Detail
-
handle
public void handle(java.lang.Throwable t)
-
setApplication
public static void setApplication(Application application)
-
getApplication
public static Application getApplication()
-
-