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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidHandle any uncaught throwable/exception.voiduncaughtException(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:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler- Overrides:
uncaughtExceptionin classThreadGroup
-
handleUncaughtException
Handle any uncaught throwable/exception.- Parameters:
t- throwable
-