public class ConstraintViolationException
extends java.lang.IllegalArgumentException
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.collections.Predicate |
constraint |
Constructor and Description |
---|
ConstraintViolationException(java.lang.String arg0,
org.apache.commons.collections.Predicate constraint) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.collections.Predicate |
getViolatedConstraint() |