Package docking.wizard
Class IllegalPanelStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
docking.wizard.IllegalPanelStateException
- All Implemented Interfaces:
Serializable
IllegalPanelStateException
allows unexpected IOExceptions and other errors
to be thrown during Wizard panel transitions- 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
-
IllegalPanelStateException
Constructor- Parameters:
cause
- original cause of exception (required)
-