edu.uci.ics.jung.exceptions
Class ConstraintViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by edu.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()