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.
- Version:
- 0.0.1
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WizardException
public WizardException()
- Creates new
WizardException without detail message.
WizardException
public WizardException(java.lang.String msg)
- Constructs an
WizardException with the specified detail message.