org.jminor.common.model.valuemap.exception
Class NullValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jminor.common.model.valuemap.exception.ValidationException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NullValidationException
public NullValidationException(Object key,
String message)
- Instantiates a new NullValidationException
- Parameters:
key
- the key with which the null value is associatedmessage
- the message