org.jminor.common.model.valuemap.exception
Class RangeValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jminor.common.model.valuemap.exception.ValidationException
              extended by 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

Constructor Summary
RangeValidationException(Object key, Object value, String message)
          Instantiates a new RangeValidationException
 
Method Summary
 
Methods inherited from class org.jminor.common.model.valuemap.exception.ValidationException
getKey, getValue
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangeValidationException

public RangeValidationException(Object key,
                                Object value,
                                String message)
Instantiates a new RangeValidationException

Parameters:
key - the key
value - the value that is out of range
message - the message