com.vividsolutions.jump.workbench.ui.wizard
Class CancelNextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
CancelNextException()
           
CancelNextException(java.lang.String message)
           
CancelNextException(java.lang.String message, java.lang.Throwable cause)
           
CancelNextException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)