org.argouml.application.security
Class ArgoAwtExceptionHandler

java.lang.Object
  extended byorg.argouml.application.security.ArgoAwtExceptionHandler

public final class ArgoAwtExceptionHandler
extends java.lang.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

Constructor Summary
ArgoAwtExceptionHandler()
           
 
Method Summary
 void handle(java.lang.Throwable t)
          Called from within EventDispatchThread when an unhandled exception occurs in the Awt event queue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgoAwtExceptionHandler

public ArgoAwtExceptionHandler()
Method Detail

handle

public void handle(java.lang.Throwable t)
            throws java.lang.Throwable
Called from within EventDispatchThread when an unhandled exception occurs in the Awt event queue.

Parameters:
t - The uncaught exception.
Throws:
java.lang.Throwable - to repost the exception if we do not want to "eat" it.


ArgoUML © 1996-2003 (20040125)ArgoUML Project HomeArgoUML Cookbook