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
public class CancelNextException extends RuntimeException
The CancelNextException is used byWizardPanel
s to abort moving to the next panel in theWizardPanel.exitingToRight()
method if an error occurred. The panel is responsible for displaying an appropriate message.- Author:
- Paul Austin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelNextException()
CancelNextException(String message)
CancelNextException(String message, Throwable cause)
CancelNextException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-