edu.rice.cs.cunit.concJUnit
Class TestThreadGroup.DummyHandler

java.lang.Object
  extended by edu.rice.cs.cunit.concJUnit.TestThreadGroup.DummyHandler
Enclosing class:
TestThreadGroup

public static class TestThreadGroup.DummyHandler
extends Object

"sun.awt.exception.handler" dummy handler.


Constructor Summary
TestThreadGroup.DummyHandler()
           
 
Method Summary
 void handle(Throwable t)
          Handle an uncaught exception just by printing it.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestThreadGroup.DummyHandler

public TestThreadGroup.DummyHandler()
Method Detail

handle

public void handle(Throwable t)
Handle an uncaught exception just by printing it.

Parameters:
t - uncaught exception