Class ItemValidationException

All Implemented Interfaces:
Serializable

public final class ItemValidationException extends ValidationException
An exception used to indicate that an item value is invalid.
See Also:
  • Constructor Details

    • ItemValidationException

      public ItemValidationException(Attribute<?> attribute, Object value, String message)
      Instantiates a new ItemValidationException.
      Parameters:
      attribute - the attribute of the value being validated
      value - the value
      message - the exception message