org.jminor.common.model.valuemap.exception
Class RangeValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jminor.common.model.valuemap.exception.ValidationException
org.jminor.common.model.valuemap.exception.RangeValidationException
- All Implemented Interfaces:
- Serializable
public class RangeValidationException
- extends ValidationException
An exception used to indicate that a value was being associated with
a key which does not fall within the allowed range of values.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RangeValidationException
public RangeValidationException(Object key,
Object value,
String message)
- Instantiates a new RangeValidationException
- Parameters:
key
- the keyvalue
- the value that is out of rangemessage
- the message