EchoPoint
1.0

echopoint.wizard
Class WizardNavigationVetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byechopoint.wizard.WizardNavigationVetoException
All Implemented Interfaces:
java.io.Serializable

public class WizardNavigationVetoException
extends java.lang.Exception

This exception class is used by a WizardNavigationListener to veto the navigation between panes.

See Also:
Serialized Form

Field Summary
protected  WizardNavigationEvent wizardEvent
           
 
Constructor Summary
WizardNavigationVetoException(WizardNavigationEvent wizardEvent)
          NavigateVetoException constructor.
 
Method Summary
 WizardNavigationEvent getWizardEvent()
          Returns the WizardNavigationEvent associated with this exception
 WizardPane getWizardPane()
          Returns the WizardPane associated with this exception
 
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
 

Field Detail

wizardEvent

protected WizardNavigationEvent wizardEvent
Constructor Detail

WizardNavigationVetoException

public WizardNavigationVetoException(WizardNavigationEvent wizardEvent)
NavigateVetoException constructor.

Method Detail

getWizardEvent

public WizardNavigationEvent getWizardEvent()
Returns the WizardNavigationEvent associated with this exception


getWizardPane

public WizardPane getWizardPane()
Returns the WizardPane associated with this exception


EchoPoint
1.0