Class ConstraintNotMet

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

public class ConstraintNotMet
extends PlanningException

ConstraintNotMet.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
ConstraintNotMet()
           
ConstraintNotMet(Predicate p)
           
ConstraintNotMet(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

ConstraintNotMet

public ConstraintNotMet()

ConstraintNotMet

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

ConstraintNotMet

public ConstraintNotMet(Predicate p)