All Implemented Interfaces:
Serializable

public final class NullValueException extends AttributeValidationException
Indicates that a non-null attribute has a null value.
See Also:
  • Constructor Details

    • NullValueException

      public NullValueException(Attribute<?> attribute, @Nullable Object value, String message)
      Parameters:
      attribute - the attribute
      value - the value
      message - the message