Class WizardAPIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anoplass.api.APIException
-
- net.anotheria.anosite.wizard.api.exception.WizardAPIException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WizardAPIFirstStepException,WizardAPILastStepException,WizardNotFoundException
public class WizardAPIException extends net.anotheria.anoplass.api.APIExceptionWizardAPI exception.- Author:
- h3ll
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WizardAPIException(String message)Constructor.WizardAPIException(String message, Exception cause)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-