Uses of Class
planet.commonapi.behaviours.exception.NoSuchBehaviourException

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

Uses of NoSuchBehaviourException in planet.commonapi.behaviours
 

Methods in planet.commonapi.behaviours that throw NoSuchBehaviourException
 void BehavioursPool.onMessage(RouteMessage msg, Node node)
          Given a RouteMessage and a Node as input, onMessage's method intends to invoke some behaviours only if RouteMessage's type and mode fields matches some behaviour's pattern.
 

Uses of NoSuchBehaviourException in planet.generic.commonapi.behaviours
 

Methods in planet.generic.commonapi.behaviours that throw NoSuchBehaviourException
 void BehavioursPoolImpl.onMessage(RouteMessage msg, Node node)
          Given a RouteMessage and a Node as input, onMessage's method intends to invoke some behaviours only if RouteMessage's type and mode fields matches some behaviour's pattern.
 

Uses of NoSuchBehaviourException in planet.generic.commonapi.factory
 

Methods in planet.generic.commonapi.factory that throw NoSuchBehaviourException
 void GenericFactory.onMessage(RouteMessage msg, Node node)