com.bws42.wizard
Class WizardException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bws42.wizard.WizardException
All Implemented Interfaces:
Serializable

public class WizardException
extends Exception

Simple exception used by the Wizard.

Version:
1.0, October 4, 2006
Author:
William P. Roberts, IV
See Also:
Serialized Form

Constructor Summary
WizardException()
          Creates a new 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
 

Constructor Detail

WizardException

public WizardException()
Creates a new exception.