Class FormCommitException
Object
Throwable
Exception
RuntimeException
FormCommitException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormCommitException(String message, String htmlMessage, Throwable cause) FormCommitException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionCollection<Field<?>> voidsetFormKey(String formKey) voidsetHtmlMessage(String htmlMessage) voidsetInvalidFields(Collection<Field<?>> invalidFields) Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormCommitException
-
FormCommitException
-
-
Method Details
-
getFormKey
-
setFormKey
-
getHtmlMessage
-
setHtmlMessage
-
getInvalidFields
-
setInvalidFields
-