Uses of Package
planet.commonapi.behaviours.exception

Packages that use planet.commonapi.behaviours.exception
planet.commonapi.behaviours   
planet.generic.commonapi.behaviours   
planet.generic.commonapi.factory   
 

Classes in planet.commonapi.behaviours.exception used by planet.commonapi.behaviours
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.
 

Classes in planet.commonapi.behaviours.exception used by planet.generic.commonapi.behaviours
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.
 

Classes in planet.commonapi.behaviours.exception used by planet.generic.commonapi.factory
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.