Class NullValidationException

All Implemented Interfaces:
Serializable

public class NullValidationException extends ValidationException
An exception used to indicate that a null value was being associated with a key which does not allow null values.
See Also:
  • Constructor Details

    • NullValidationException

      public NullValidationException(Attribute<?> attribute, String message)
      Instantiates a new NullValidationException
      Parameters:
      attribute - the attribute with which the null value is associated
      message - the message