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.
- Since:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler- Overrides:
uncaughtExceptionin classThreadGroup
-