Uses of Package
planet.behaviour.exception

Packages that use planet.behaviour.exception
planet.behaviour   
 

Classes in planet.behaviour.exception used by planet.behaviour
NoBehaviourDispatchedException
          This Exception is thrown whenever a incoming RouteMessage pattern match a set of behaviours but no one has been dispatched.
NoSuchBehaviourException
          This Exception is thrown whenever a incoming RouteMessage pattern does not match any Behaviour pattern on BehavioursPool scheduler.