Package org.jminor.common.model.valuemap.exception

Exception Summary
NullValidationException An exception used to indicate that a null value was being associated with a key which does not allow null values.
RangeValidationException An exception used to indicate that a value was being associated with a key which does not fall within the allowed range of values.
ValidationException An exception used to indicate that an invalid value is being associated with a key.