org.argouml.util.logging
Class AwtExceptionHandler

java.lang.Object
  extended by org.argouml.util.logging.AwtExceptionHandler

public class AwtExceptionHandler
extends java.lang.Object

Last chance exception handler for AWT thread to make sure things get logged.


Constructor Summary
AwtExceptionHandler()
           
 
Method Summary
 void handle(java.lang.Throwable t)
          DO NOT CHANGE THIS METHOD SIGNATURE.
static void registerExceptionHandler()
          Register our exception handler with AWT.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AwtExceptionHandler

public AwtExceptionHandler()
Method Detail

handle

public void handle(java.lang.Throwable t)
DO NOT CHANGE THIS METHOD SIGNATURE.

Parameters:
t - the uncaught exception

registerExceptionHandler

public static void registerExceptionHandler()
Register our exception handler with AWT.



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook