Class ConstraintNotMetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--PlanningException
                    |
                    +--ConstraintNotMetException

public class ConstraintNotMetException
extends PlanningException

ConstraintNotMetException.java Created: Mon Dec 13 14:03:21 1999

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ConstraintNotMetException()
           
ConstraintNotMetException(Predicate p)
           
ConstraintNotMetException(Predicate p, java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ConstraintNotMetException

public ConstraintNotMetException()

ConstraintNotMetException

public ConstraintNotMetException(Predicate p,
                                 java.lang.String s)

ConstraintNotMetException

public ConstraintNotMetException(Predicate p)