org.argouml.application.security
Class ArgoAwtExceptionHandler
java.lang.Object
org.argouml.application.security.ArgoAwtExceptionHandler
- public final class ArgoAwtExceptionHandler
- extends Object
Argo Awt Exception handler.
This allows us to manage and hide exceptions which occur
in the AWT event queue.
Refer to EventDispatchThread
for details.
- Since:
- 0.9.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArgoAwtExceptionHandler
public ArgoAwtExceptionHandler()
- The constructor.
handle
public void handle(Throwable t)
throws Throwable
- Called from within
EventDispatchThread
when an unhandled exception occurs in the Awt event queue.
- Parameters:
t
- The uncaught exception.
- Throws:
Throwable
- to repost the exception if we do not want
to "eat" it.