Package org.codehaus.mojo.exec
Class ExecJavaMojo.IsolatedThreadGroup
- java.lang.Object
-
- java.lang.ThreadGroup
-
- org.codehaus.mojo.exec.ExecJavaMojo.IsolatedThreadGroup
-
- All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler
- Enclosing class:
- ExecJavaMojo
class ExecJavaMojo.IsolatedThreadGroup extends java.lang.ThreadGroup
a ThreadGroup to isolate execution and collect exceptions.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
uncaughtException
-
Constructor Summary
Constructors Constructor Description IsolatedThreadGroup(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
uncaughtException(java.lang.Thread thread, java.lang.Throwable throwable)
-
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
-
-