|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sri.emo.wizard.WizardException
public class WizardException
Exception for wizard-based exceptions.
| Constructor Summary | |
|---|---|
WizardException()
Default constructor. |
|
WizardException(String message)
Constructs an exception with a message. |
|
WizardException(String message,
Throwable cause)
Constructs an exception with a message and a nested exception. |
|
WizardException(Throwable cause)
Constructs an exception wrapping another exception. |
|
| 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()
public WizardException(String message)
message - java.lang.String
public WizardException(String message,
Throwable cause)
message - the messagecause - the nested exceptionpublic WizardException(Throwable cause)
cause - the cause Exception we're wrapping.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||