Uses of Class
jade.content.onto.UngroundedException

Packages that use UngroundedException
jade.content
jade.content.onto   
jade.content.onto.basic   
 

Uses of UngroundedException in jade.content
 

Methods in jade.content that throw UngroundedException
 ContentElement ContentManager.extractContent(ACLMessage msg)
          Translates the :content slot of an ACLMessage msg into a ContentElement using the content language and ontology indicated in the :language and :ontology fields of msg.
 

Uses of UngroundedException in jade.content.onto
 

Methods in jade.content.onto that throw UngroundedException
 void Introspectable.internalise(AbsObject abs, Ontology onto)
          Internalise this object from a given abstract descriptor
 java.lang.Object Ontology.toObject(AbsObject abs)
          Converts an abstract descriptor to a Java object of the proper class.
protected  java.lang.Object SerializableOntology.toObject(AbsObject abs, java.lang.String lcType, Ontology globalOnto)
           
protected  java.lang.Object Ontology.toObject(AbsObject abs, java.lang.String lcType, Ontology globalOnto)
          Converts an abstract descriptor to a Java object of the proper class.
protected  java.lang.Object BasicOntology.toObject(AbsObject abs, java.lang.String lcType, Ontology referenceOnto)
          This method is redefined as BasicOntology does not use an Introspector for performance reason
 

Uses of UngroundedException in jade.content.onto.basic
 

Methods in jade.content.onto.basic that throw UngroundedException
 void Action.internalise(AbsObject abs, Ontology onto)