Exception | Description |
---|---|
ActionException |
A wrapped exception from a
FormAction
Normally only logged with a generic error message unless it is a TransitionException
when the message is presented to the user. |
ConfirmException |
A
ValidateException that triggers a confirmation
instead of an error |
FatalTransitionException |
This is a
TransitionException indicating an unexpected internal error. |
FieldException | |
MissingFieldException | |
ParseException |
A
FieldException indicating a problem with parsing the input. |
TransitionException |
An
ActionException with a custom message for the user. |
TransitionValidationException |
A
TransitionException that refers to invalid form parameters
detected in the FormAction rather than the form validation. |
ValidateException |
Exception to indicate some kind of problem with the input to this field.
|