de.jdemo.framework
Class DemoCaseThreadGroup

java.lang.Object
  extended by java.lang.ThreadGroup
      extended by de.jdemo.framework.DemoCaseThreadGroup
All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler

public class DemoCaseThreadGroup
extends java.lang.ThreadGroup

Author:
Markus Gebhard

Constructor Summary
DemoCaseThreadGroup(IDemoCaseRunnable runner)
           
 
Method Summary
 void uncaughtException(java.lang.Thread t, java.lang.Throwable error)
           
 
Methods inherited from class java.lang.ThreadGroup
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DemoCaseThreadGroup

public DemoCaseThreadGroup(IDemoCaseRunnable runner)
Method Detail

uncaughtException

public void uncaughtException(java.lang.Thread t,
                              java.lang.Throwable error)
Specified by:
uncaughtException in interface java.lang.Thread.UncaughtExceptionHandler
Overrides:
uncaughtException in class java.lang.ThreadGroup


JDemo homepage: http://www.jdemo.de
Copyright © 2003-2008 Markus Gebhard. All Rights Reserved.