Uses of Class
jade.lang.acl.ACLCodec.CodecException

Packages that use ACLCodec.CodecException
jade.lang.acl This package contains the support for the FIPA Agent Communication Language (ACL) including the ACLMessage class, the parser, the encoder, and an helper class for representing templates of ACL messages. 
 

Uses of ACLCodec.CodecException in jade.lang.acl
 

Methods in jade.lang.acl that throw ACLCodec.CodecException
 ACLMessage StringACLCodec.decode()
          decode and parses the next message from the Reader passed in the constructor.
 AID StringACLCodec.decodeAID()
          Parse an agent identifier, without it being included within an ACL message.
 ACLMessage StringACLCodec.decode(byte[] data, java.lang.String charset)
           
 ACLMessage LEAPACLCodec.decode(byte[] data, java.lang.String charset)
          Recovers an ACLMessage object back from raw data, using the specific message representation to interpret the byte sequence.
 ACLMessage ACLCodec.decode(byte[] data, java.lang.String charset)
          Recovers an ACLMessage object back from raw data, using the specific message representation to interpret the byte sequence.
 



JADE