public class MissingValidatorException extends ValidationException
| Constructor and Description |
|---|
MissingValidatorException(DBObject object)
Constructs a new ValidationException.
|
MissingValidatorException(DBObject object,
java.lang.String property)
Constructs a new ValidationException.
|
getPropertyName, getTitle, setPropertyNameappend, getAllMessages, getMessage, getNextException, getObject, getRelatedObjects, setNextException, setRelatedObjectspublic MissingValidatorException(DBObject object)
object - the object for which there is no validator registered.public MissingValidatorException(DBObject object, java.lang.String property)
object - the object for which there is no validator registered.property - the property for which there is no validator registered.