Class RangeValidationException

All Implemented Interfaces:
Serializable

public class RangeValidationException extends ValidationException
An exception used to indicate that a value associated with a key which not fall within the allowed range of values.
See Also:
  • Constructor Details

    • RangeValidationException

      public RangeValidationException(Attribute<?> attribute, Object value, String message)
      Instantiates a new RangeValidationException
      Parameters:
      attribute - the attribute
      value - the value that is out of range
      message - the message