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. |