Home / Development / Documentation / 2.0.44 / AWTExceptionHandler
TreeGraph 2
 


info.bioinfweb.treegraph
Class AWTExceptionHandler

java.lang.Object
  extended by info.bioinfweb.treegraph.AWTExceptionHandler

public class AWTExceptionHandler
extends Object

This class is used to handle exceptions during the processing of modal dialogs. The current version of Java (1.6) does not pass these exceptions to the DefaultUncaughtExceptionHandler.

Author:
Ben Stöver

Constructor Summary
AWTExceptionHandler()
           
 
Method Summary
 void handle(Throwable t)
           
 
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(Throwable t)