hmi.elckerlyc
Class BehaviourPlanningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hmi.elckerlyc.BehaviourPlanningException
- All Implemented Interfaces:
- Serializable
public final class BehaviourPlanningException
- extends Exception
Thrown by Planners when a behavior cannot be constructed
TODO: could be made immutable with some modifications in the Behaviour class (e.g. copy constructor/make Behaviour itself immutable).
- Author:
- Herwin
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
behaviour
private final Behaviour behaviour
BehaviourPlanningException
public BehaviourPlanningException(Behaviour b,
String m)
getBehaviour
public Behaviour getBehaviour()