com.vividsolutions.jump.workbench.ui.wizard
Class CancelNextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vividsolutions.jump.workbench.ui.wizard.CancelNextException
- All Implemented Interfaces:
- java.io.Serializable
public class CancelNextException
- extends java.lang.RuntimeException
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CancelNextException
public CancelNextException()
CancelNextException
public CancelNextException(java.lang.String message,
java.lang.Throwable cause)
CancelNextException
public CancelNextException(java.lang.String message)
CancelNextException
public CancelNextException(java.lang.Throwable cause)