Class FormCommitException

All Implemented Interfaces:
Serializable

public class FormCommitException extends RuntimeException
See Also:
  • Constructor Details

    • FormCommitException

      public FormCommitException(String message, String htmlMessage, Throwable cause)
    • FormCommitException

      public FormCommitException(String message, Throwable cause)
  • Method Details

    • getFormKey

      public String getFormKey()
    • setFormKey

      public void setFormKey(String formKey)
    • getHtmlMessage

      public String getHtmlMessage()
    • setHtmlMessage

      public void setHtmlMessage(String htmlMessage)
    • getInvalidFields

      public Collection<Field<?>> getInvalidFields()
    • setInvalidFields

      public void setInvalidFields(Collection<Field<?>> invalidFields)