Save This Page
Home » hibernate-validator-src-20081106 » javax.validation » [javadoc | source]
javax.validation
public interface: ConstraintViolation [javadoc | source] Describe a constraint violation. This object describe the error context as well as the message describing the violation.
Method from javax.validation.ConstraintViolation Summary:
getBeanClass,   getConstraintDescriptor,   getGroups,   getInvalidValue,   getLeafBean,   getMessage,   getPropertyPath,   getRootBean
Method from javax.validation.ConstraintViolation Detail:
 public Class getBeanClass()
 public ConstraintDescriptor getConstraintDescriptor()
    Constraint metadata reported to fail. The returned instance is immutable.
 public Set getGroups()
 public Object getInvalidValue()
 public Object getLeafBean()
    If a bean constraint, the bean instance the constraint is applied on If a property constraint, the bean instance hosting the property the constraint is applied on
 public String getMessage()
 public String getPropertyPath()
 public T getRootBean()