net.sf.fmj.ui.wizards
Class WizardStepException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.fmj.ui.wizards.WizardStepException
All Implemented Interfaces:
java.io.Serializable

public class WizardStepException
extends java.lang.Exception

Exception with an (ideally) human-readable message, as a result of processing a wizard step.

Author:
Ken Larson
See Also:
Serialized Form

Constructor Summary
WizardStepException()
           
WizardStepException(java.lang.String arg0)
           
WizardStepException(java.lang.String arg0, java.lang.Throwable arg1)
           
WizardStepException(java.lang.Throwable arg0)
           
 
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

WizardStepException

public WizardStepException()

WizardStepException

public WizardStepException(java.lang.String arg0,
                           java.lang.Throwable arg1)

WizardStepException

public WizardStepException(java.lang.String arg0)

WizardStepException

public WizardStepException(java.lang.Throwable arg0)