edu.rice.cs.drjava.ui
Class AWTExceptionHandler
java.lang.Object
|
+--edu.rice.cs.drjava.ui.AWTExceptionHandler
- public class AWTExceptionHandler
- extends Object
This class is called everytime an uncaught exception propogates to an awt
action.
- Version:
- $Id: AWTExceptionHandler.java,v 1.3 2002/09/06 05:37:04 csreis Exp $
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
frame
private static JFrame frame
AWTExceptionHandler
public AWTExceptionHandler()
setFrame
public static void setFrame(JFrame f)
handle
public void handle(Throwable thrown)