hmi.elckerlyc
Class BehaviourPlanningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
private  Behaviour behaviour
           
private static long serialVersionUID
           
 
Constructor Summary
BehaviourPlanningException(Behaviour b, String m)
           
 
Method Summary
 Behaviour getBehaviour()
           
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

behaviour

private final Behaviour behaviour
Constructor Detail

BehaviourPlanningException

public BehaviourPlanningException(Behaviour b,
                                  String m)
Method Detail

getBehaviour

public Behaviour getBehaviour()