Package ghidra.util.exception
Class UnableToSwingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.util.exception.UnableToSwingException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnableToSwingException extends java.lang.Exception
Signals that a background thread attempted toSwingUtilities.invokeAndWait(Runnable)
operation that timed-out because the Swing thread was busy. This can be a sign of a deadlock.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnableToSwingException(java.lang.String message)
-