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, toStringpublic LoggingThreadGroup(String name)
public void uncaughtException(Thread t, Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandleruncaughtException in class ThreadGroupCopyright © 2021. All rights reserved.