com.vaadin.data.fieldgroup.

Class FieldGroup.FieldGroupInvalidValueException

    • Constructor Detail

      • FieldGroupInvalidValueException

        public FieldGroupInvalidValueException(Map<Field<?>,Validator.InvalidValueException> invalidValueExceptions)

        Constructs a new exception with the specified validation exceptions.

        Parameters:

        invalidValueExceptions - a property id to exception map

    • Method Detail

      • getInvalidFields

        public Map<Field<?>,Validator.InvalidValueException> getInvalidFields()

        Returns a map containing fields which failed validation and the exceptions the corresponding validators threw.

        Returns:

        a map with all the invalid value exceptions