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

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.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:
Serialized Form

Constructor Summary
NullValidationException(Object key, String message)
          Instantiates a new NullValidationException
 
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

NullValidationException

public NullValidationException(Object key,
                               String message)
Instantiates a new NullValidationException

Parameters:
key - the key with which the null value is associated
message - the message