Class UnableToSwingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UnableToSwingException
All Implemented Interfaces:
Serializable

public class UnableToSwingException extends Exception
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 Details

    • UnableToSwingException

      public UnableToSwingException(String message)