Package ghidra.util.exception
Class UnableToSwingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UnableToSwingException
- All Implemented Interfaces:
Serializable
Signals that a background thread attempted to
SwingUtilities.invokeAndWait(Runnable)
operation that timed-out because the Swing thread was busy. This can be a sign of
a deadlock.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnableToSwingException
-