Class FieldGroup.CommitException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    FieldGroup

    @Deprecated
    public static class FieldGroup.CommitException
    extends Exception
    Deprecated.
    Exception thrown by a FieldGroup when the commit operation fails. Provides information about validation errors through getInvalidFields() if the cause of the failure is that all bound fields did not pass validation
    See Also:
    Serialized Form
    • Constructor Detail

      • CommitException

        public CommitException()
        Deprecated.
      • CommitException

        public CommitException​(String message,
                               Throwable cause)
        Deprecated.
      • CommitException

        public CommitException​(String message)
        Deprecated.
      • CommitException

        public CommitException​(Throwable cause)
        Deprecated.
    • Method Detail

      • getInvalidFields

        public Map<Field<?>,​Validator.InvalidValueException> getInvalidFields()
        Deprecated.
        Returns a map containing the fields which failed validation and the exceptions the corresponding validators threw.
        Returns:
        a map with all the invalid value exceptions. Can be empty but not null
        Since:
        7.4
      • getFieldGroup

        public FieldGroup getFieldGroup()
        Deprecated.
        Returns the field group where the exception occurred.
        Returns:
        the field group
        Since:
        7.4