Uses of Class
jade.content.lang.Codec.CodecException

Packages that use Codec.CodecException
jade.content
jade.content.lang   
jade.content.lang.leap   
jade.content.lang.sl   
 

Uses of Codec.CodecException in jade.content
 

Methods in jade.content that throw Codec.CodecException
 void ContentManager.fillContent(ACLMessage msg, AbsContentElement content)
          Fills the :content slot of an ACLMessage msg using the content language and ontology indicated in the :language and :ontology fields of msg.
 void ContentManager.fillContent(ACLMessage msg, ContentElement content)
          Fills the :content slot of an ACLMessage msg using the content language and ontology indicated in the :language and :ontology fields of msg.
 AbsContentElement ContentManager.extractAbsContent(ACLMessage msg)
          Translates the :content slot of an ACLMessage msg into an AbsContentElement using the content language and ontology indicated in the :language and :ontology fields of msg.
 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 Codec.CodecException in jade.content.lang
 

Methods in jade.content.lang that throw Codec.CodecException
abstract  java.lang.String StringCodec.encode(AbsContentElement content)
          Encodes a content into a string.
abstract  java.lang.String StringCodec.encode(Ontology ontology, AbsContentElement content)
          Encodes a content into a string using a given ontology.
abstract  AbsContentElement StringCodec.decode(java.lang.String content)
          Decodes the content to an abstract description.
abstract  AbsContentElement StringCodec.decode(Ontology ontology, java.lang.String content)
          Decodes the content to an abstract description using a given ontology.
abstract  byte[] ByteArrayCodec.encode(AbsContentElement content)
          Encodes a content into a byte array.
abstract  byte[] ByteArrayCodec.encode(Ontology ontology, AbsContentElement content)
          Encodes a content into a byte array.
abstract  AbsContentElement ByteArrayCodec.decode(byte[] content)
          Decodes the content to an abstract description.
abstract  AbsContentElement ByteArrayCodec.decode(Ontology ontology, byte[] content)
          Decodes the content to an abstract description.
 

Uses of Codec.CodecException in jade.content.lang.leap
 

Methods in jade.content.lang.leap that throw Codec.CodecException
 byte[] LEAPCodec.encode(AbsContentElement content)
          Encodes an abstract descriptor holding a content element into a byte array.
 byte[] LEAPCodec.encode(Ontology ontology, AbsContentElement content)
          Encodes a content into a byte array.
 AbsContentElement LEAPCodec.decode(byte[] content)
          Decodes the content to an abstract descriptor.
 AbsContentElement LEAPCodec.decode(Ontology ontology, byte[] content)
          Decodes the content to an abstract description.
 

Uses of Codec.CodecException in jade.content.lang.sl
 

Methods in jade.content.lang.sl that throw Codec.CodecException
 java.lang.String SLCodec.encode(AbsContentElement content)
          Encodes a content into a String.
 java.lang.String SLCodec.encode(Ontology ontology, AbsContentElement content)
          Encodes a content into a String.
 AbsContentElement SLCodec.decode(java.lang.String content)
          Decodes the content to an abstract description.
 AbsContentElement SLCodec.decode(Ontology ontology, java.lang.String content)
          Decodes the content to an abstract description.
 AbsTerm SLCodec.decodeTerm(Ontology ontology, java.lang.String term)
          Decodes the content to an abstract description, where the content is known to be a Term.
 java.lang.String SLCodec.encodeTerm(Ontology ontology, AbsTerm term)
          Encodes the content into a String, where the content is known to be a Term.
 AbsPredicate SLCodec.decodeFormula(Ontology ontology, java.lang.String formula)
          Decodes the content to an abstract description, where the content is known to be a Well-formed Formula
 java.lang.String SLCodec.encodeFormula(Ontology ontology, AbsPredicate formula)
          Encodes the content into a String, where the content is known to be a Well-formed Formula
 



JADE