public class LoggingThreadGroup extends ThreadGroup
Constructor and Description |
---|
LoggingThreadGroup(String name) |
Modifier and Type | Method and Description |
---|---|
void |
uncaughtException(Thread t,
Throwable e) |
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString
public LoggingThreadGroup(String name)
public void uncaughtException(Thread t, Throwable e)
uncaughtException
in interface Thread.UncaughtExceptionHandler
uncaughtException
in class ThreadGroup
Copyright © 2021. All rights reserved.