Class CancelNextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vividsolutions.jump.workbench.ui.wizard.CancelNextException
- All Implemented Interfaces:
Serializable
The CancelNextException is used by
WizardPanels to abort moving to
the next panel in the WizardPanel.exitingToRight() method if an error
occurred. The panel is responsible for displaying an appropriate message.- Author:
- Paul Austin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCancelNextException(String message) CancelNextException(String message, Throwable cause) CancelNextException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CancelNextException
public CancelNextException() -
CancelNextException
-
CancelNextException
-
CancelNextException
-