edu.uci.ics.jung.exceptions
Class ConstraintViolationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byedu.uci.ics.jung.exceptions.ConstraintViolationException
All Implemented Interfaces:
Serializable

public class ConstraintViolationException
extends IllegalArgumentException

Author:
Joshua O'Madadhain
See Also:
Serialized Form

Field Summary
protected  Predicate constraint
           
 
Constructor Summary
ConstraintViolationException(String arg0, Predicate constraint)
           
 
Method Summary
 Predicate getViolatedConstraint()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

constraint

protected Predicate constraint
Constructor Detail

ConstraintViolationException

public ConstraintViolationException(String arg0,
                                    Predicate constraint)
Parameters:
arg0 -
Method Detail

getViolatedConstraint

public Predicate getViolatedConstraint()