Package ghidra
Class GhidraThreadGroup
java.lang.Object
java.lang.ThreadGroup
ghidra.GhidraThreadGroup
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
GhidraThreadGroup
provides a means of catching all uncaught
exceptions which occur in any Ghidra thread.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Handle any uncaught throwable/exception.void
uncaughtException
(Thread t, Throwable e) Methods inherited from class java.lang.ThreadGroup
activeCount, activeGroupCount, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString
-
Constructor Details
-
GhidraThreadGroup
public GhidraThreadGroup()Constructor for GhidraThreadGroup.
-
-
Method Details
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
- Overrides:
uncaughtException
in classThreadGroup
-
handleUncaughtException
Handle any uncaught throwable/exception.- Parameters:
t
- throwable
-