Uses of Class
jade.domain.FIPAAgentManagement.NotUnderstoodException

Packages that use NotUnderstoodException
jade.domain.FIPAAgentManagement This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no. 23 version H (15th August 2001).  
jade.proto This package contains role behaviours for FIPA standard protocols.  
 

Uses of NotUnderstoodException in jade.domain.FIPAAgentManagement
 

Subclasses of NotUnderstoodException in jade.domain.FIPAAgentManagement
 class UnexpectedAct
           
 class UnrecognisedValue
           
 class UnsupportedAct
           
 class UnsupportedValue
           
 

Uses of NotUnderstoodException in jade.proto
 

Methods in jade.proto that throw NotUnderstoodException
protected  ACLMessage SubscriptionResponder.handleSubscription(ACLMessage subscription)
          This method is called when a subscription message is received that matches the message template specified in the constructor.
protected  ACLMessage SubscriptionResponder.prepareResponse(ACLMessage subscription)
          Deprecated. Use handleSubscription() instead
 boolean SubscriptionResponder.SubscriptionManager.register(SubscriptionResponder.Subscription s)
          Register a new Subscription object
protected  ACLMessage SSIteratedAchieveREResponder.handleRequest(ACLMessage request)
          This method is called to handle the initial REQUEST message and then again whenever a REQUEST message is received.
protected  ACLMessage SSContractNetResponder.handleCfp(ACLMessage cfp)
          This method is called to handle the initial CFP message.
protected  ACLMessage SimpleAchieveREResponder.prepareResponse(ACLMessage request)
          This method is called when the initiator's message is received that matches the message template passed in the constructor.
protected  ACLMessage ProposeResponder.prepareResponse(ACLMessage propose)
          This method is called when the initiator's message is received that matches the message template passed in the constructor.
protected  ACLMessage ContractNetResponder.prepareResponse(ACLMessage cfp)
          Deprecated. Use handleCfp() instead
protected  ACLMessage AchieveREResponder.handleRequest(ACLMessage request)
          This method is called when the protocol initiation message (matching the MessageTemplate specified in the constructor) is received.
protected  ACLMessage AchieveREResponder.prepareResponse(ACLMessage request)
          Deprecated. Use handleRequest() instead
 



JADE