Class IllegalPanelStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
docking.wizard.IllegalPanelStateException
All Implemented Interfaces:
Serializable

public class IllegalPanelStateException extends Exception
IllegalPanelStateException allows unexpected IOExceptions and other errors to be thrown during Wizard panel transitions
See Also:
  • Constructor Details

    • IllegalPanelStateException

      public IllegalPanelStateException(Throwable cause)
      Constructor
      Parameters:
      cause - original cause of exception (required)