Save This Page
Home » hibernate-validator-src-20081106 » org.hibernate » validator » [javadoc | source]
org.hibernate.validator
public class: InvalidValue [javadoc | source]
java.lang.Object
   org.hibernate.validator.InvalidValue

All Implemented Interfaces:
    Serializable

A single violation of a class level or method level constraint.
Constructor:
 public InvalidValue(String message,
    Class beanClass,
    String propertyName,
    Object value,
    Object bean) 
Method from org.hibernate.validator.InvalidValue Summary:
addParentBean,   getBean,   getBeanClass,   getMessage,   getPropertyName,   getPropertyPath,   getRootBean,   getValue,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.validator.InvalidValue Detail:
 public  void addParentBean(Object parentBean,
    String propertyName) 
 public Object getBean() 
 public Class getBeanClass() 
 public String getMessage() 
 public String getPropertyName() 
 public String getPropertyPath() 
 public Object getRootBean() 
 public Object getValue() 
 public String toString()