Class WizardHandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anosite.wizard.handler.exceptions.WizardHandlerException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WizardHandlerPreProcessException,WizardHandlerProcessException,WizardHandlerSubmitException
public class WizardHandlerException extends Exception
WizardHandlerException class.- Author:
- h3ll
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WizardHandlerException(String message)Constructor.WizardHandlerException(String message, Throwable cause)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-