Package 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
a ThreadGroup to isolate execution and collect exceptions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
uncaughtException
-
-
Constructor Details
-
IsolatedThreadGroup
-
-
Method Details
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
- Overrides:
uncaughtException
in classThreadGroup
-