org.codehaus.mojo.exec
Class ExecJavaMojo.IsolatedThreadGroup
java.lang.Object
java.lang.ThreadGroup
org.codehaus.mojo.exec.ExecJavaMojo.IsolatedThreadGroup
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler
- Enclosing class:
- ExecJavaMojo
class ExecJavaMojo.IsolatedThreadGroup
- extends ThreadGroup
a ThreadGroup to isolate execution and collect exceptions.
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 |
uncaughtException
private Throwable uncaughtException
ExecJavaMojo.IsolatedThreadGroup
public ExecJavaMojo.IsolatedThreadGroup(String name)
uncaughtException
public void uncaughtException(Thread thread,
Throwable throwable)
- Specified by:
uncaughtException
in interface Thread.UncaughtExceptionHandler
- Overrides:
uncaughtException
in class ThreadGroup
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.