类 IsolatedThreadGroup
- java.lang.Object
-
- java.lang.ThreadGroup
-
- io.esastack.cabin.support.bootstrap.thread.IsolatedThreadGroup
-
- 所有已实现的接口:
Thread.UncaughtExceptionHandler
public class IsolatedThreadGroup extends ThreadGroup
-
-
构造器概要
构造器 构造器 说明 IsolatedThreadGroup(String name)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidrethrowUncaughtException()voiduncaughtException(Thread thread, Throwable ex)-
从类继承的方法 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
-
-
-
-
构造器详细资料
-
IsolatedThreadGroup
public IsolatedThreadGroup(String name)
-
-
方法详细资料
-
uncaughtException
public void uncaughtException(Thread thread, Throwable ex)
- 指定者:
uncaughtException在接口中Thread.UncaughtExceptionHandler- 覆盖:
uncaughtException在类中ThreadGroup
-
rethrowUncaughtException
public void rethrowUncaughtException()
-
-