javatools.swing
Class WizardException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javatools.swing.WizardException
All Implemented Interfaces:
java.io.Serializable

public class WizardException
extends java.lang.Exception

A particular exception that represents something wrong in the wizard.

See Also:
Serialized Form

Constructor Summary
WizardException()
          Creates new WizardException without detail message.
WizardException(java.lang.String msg)
          Constructs an WizardException with the specified detail message.
 
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 new WizardException without detail message.


WizardException

public WizardException(java.lang.String msg)
Constructs an WizardException with the specified detail message.

Parameters:
msg - the detail message.