Class FieldGroup.FieldGroupInvalidValueException

    • Constructor Detail

      • FieldGroupInvalidValueException

        public FieldGroupInvalidValueException​(Map<Field<?>,​Validator.InvalidValueException> invalidValueExceptions)
        Deprecated.
        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()
        Deprecated.
        Returns a map containing fields which failed validation and the exceptions the corresponding validators threw.
        Returns:
        a map with all the invalid value exceptions