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 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 Details

    • CancelNextException

      public CancelNextException()
    • CancelNextException

      public CancelNextException(String message, Throwable cause)
    • CancelNextException

      public CancelNextException(String message)
    • CancelNextException

      public CancelNextException(Throwable cause)