Package planet.commonapi.behaviours.exception

Exception Summary
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.
 

Error Summary
OutOfRangeError This Exception is thrown whenever a incoming RouteMessage pattern has type or mode out of range.