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 $

Field Summary
private static JFrame frame
           
 
Constructor Summary
AWTExceptionHandler()
           
 
Method Summary
 void handle(Throwable thrown)
           
static void setFrame(JFrame f)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

frame

private static JFrame frame
Constructor Detail

AWTExceptionHandler

public AWTExceptionHandler()
Method Detail

setFrame

public static void setFrame(JFrame f)

handle

public void handle(Throwable thrown)