edu.uci.ics.jung.exceptions
Class ConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
edu.uci.ics.jung.exceptions.ConstraintViolationException
- All Implemented Interfaces:
- Serializable
public class ConstraintViolationException
- extends IllegalArgumentException
- Author:
- Joshua O'Madadhain
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
constraint
protected Predicate constraint
ConstraintViolationException
public ConstraintViolationException(String arg0,
Predicate constraint)
- Parameters:
arg0
-
getViolatedConstraint
public Predicate getViolatedConstraint()