Class SaveFormException
java.lang.Object
java.lang.Throwable
java.lang.Exception
sk.iway.iwcm.components.multistep_form.support.SaveFormException
- All Implemented Interfaces:
Serializable
Exception indicating a failure while saving a multistep form.
Provides context whether the error was caused by an end-user action and an optional error redirect target to navigate the user to a dedicated error page or step.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaveFormException(String message, boolean endUserTry, String errorRedirect) SaveFormException(String message, Throwable cause, boolean endUserTry, String errorRedirect) SaveFormException(Throwable cause, boolean endUserTry, String errorRedirect) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaveFormException
-
SaveFormException
-
SaveFormException
-
-
Method Details
-
isEndUserTry
public boolean isEndUserTry() -
getErrorRedirect
-