Class PlanningException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--PlanningException
Direct Known Subclasses:
ConstraintNotMet, ConstraintNotMetException, NoTaskAddressesObjective, NoTaskAddressesObjectiveException, UnfilledProvisionsException

public class PlanningException
extends java.lang.Exception

PlanningException.java Created: Wed Nov 17 12:13:32 1999

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
PlanningException()
           
PlanningException(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

PlanningException

public PlanningException()

PlanningException

public PlanningException(java.lang.String s)