|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ozziefix.jlwizard.exceptions.WizardException
public class WizardException
a general exception for when something goes wrong in a Wizard.
| Constructor Summary | |
|---|---|
WizardException()
Create a new WizardException |
|
WizardException(java.lang.String message)
Create a new WizardException |
|
WizardException(java.lang.String message,
java.lang.Throwable cause)
Create a new WizardException |
|
WizardException(java.lang.Throwable cause)
Create a new WizardException |
|
| 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 |
|---|
public WizardException()
Create a new WizardException
public WizardException(java.lang.String message)
Create a new WizardException
message - message
public WizardException(java.lang.String message,
java.lang.Throwable cause)
Create a new WizardException
message - the messagecause - the cause of this exceptionpublic WizardException(java.lang.Throwable cause)
Create a new WizardException
cause - the cause of this exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||