| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserException | |
fipaos.agent.conversation.standard | |
fipaos.ont.fipa.fipaman | |
fipaos.parser | |
fipaos.parser.acl.string | |
fipaos.parser.envelope.xml | |
fipaos.parser.sl |
Uses of ParserException in fipaos.agent.conversation.standard |
Methods in fipaos.agent.conversation.standard that throw ParserException | |
static ConversationImpl | ConversationImpl.getConversation(String protocol, String agent_name) Method to dynamically load a Conversation instance which follows the given protocol and belongs to the given Agent |
Uses of ParserException in fipaos.ont.fipa.fipaman |
Constructors in fipaos.ont.fipa.fipaman that throw ParserException | |
AgentID.AgentID(String aid) Constructs an AgentID from the given String, which is expected to conform to the FIPA99 representation for an AID | |
AgentManagementAction.AgentManagementAction(Content content) This constructor creates an AgentManagementAction object with a Content object generated by the SLParser. | |
AgentManagementAction.AgentManagementAction(String agent_mgt_string) This constructor takes a string as the parameter. | |
AgentManagementException.AgentManagementException(String acl_content) Parses the given content into AgentManagementAction objects + extracts the associated exception | |
AgentManagementResult.AgentManagementResult(Content result_content) This constructor takes a content object returned by the SL Parser as the parameter. | |
AgentManagementResult.AgentManagementResult(String result_string) This is a constructor which takes a string as the parameter | |
AMSAgentDescription.AMSAgentDescription(Content content) This constructor takes a Content Object as the parameter and parses it into an AMSAgentDescription object. | |
AMSAgentDescription.AMSAgentDescription(String ams_string) This constructor takes an AMSAgentDescription String as a parameter and uses the SL Parser to parse it into a Content Object. | |
APDescription.APDescription(Content ap_content) This constructor takes a Content object as a parameter. | |
APDescription.APDescription(String description) This constructor creates an APDescriptoin from a string. | |
APTDescription.APTDescription(String description) Constructs a APTDescription object from a string | |
DFAgentDescription.DFAgentDescription(Content df_agent_content) THis constructor parses the content passed to it to populate its fields. | |
DFAgentDescription.DFAgentDescription(String df_agent_desc) This constructor parses the string passed to it to populate its fields. | |
MTPDescription.MTPDescription(String description) Constructor - given a String representation of the Message Transport Description a mtpdescription will vce constructed from it. | |
PropertyTemplate.PropertyTemplate(String property_template) This constructor creates a PropertyTemplate object with the specified string | |
SearchConstraints.SearchConstraints(String constraints_string) This constructor creates a SearchConstraints with the specified string. | |
ServiceDescription.ServiceDescription(Content desc_content) constructor parses the Content object passed to it to populate the object. | |
ServiceDescription.ServiceDescription(String desc_string) This constructor parses the string passed to it to populate the object. |
Methods in fipaos.ont.fipa.fipaman that throw ParserException | |
static void | AgentManagementException.main(String[] args) |
Object | AgentManagementResult.convertToObject(Content content) |
void | ServiceDescription.setProperties(PropertyTemplate[] desc_item) This method sets the properties |
void | ServiceDescription.setProperties(String[] desc_item) This method sets the properties |
Uses of ParserException in fipaos.parser |
Methods in fipaos.parser that throw ParserException | |
String | Parser.deparse(Content content) This method converts a Content object into a document which is of a format determined by the Parser implementation. |
Content | Parser.parse(String content) This method converts a content String into a set of Content objects |
Uses of ParserException in fipaos.parser.acl.string |
Methods in fipaos.parser.acl.string that throw ParserException | |
static ACL | Parser.parse(byte[] acl) Converts byte[] containing FIPA-compliant string encoding of ACL message to an ACL object |
Uses of ParserException in fipaos.parser.envelope.xml |
Methods in fipaos.parser.envelope.xml that throw ParserException | |
static byte[] | Parser.deparse(fipaos.ont.fipa.fipaman.Envelope env) Convert the given Envelope into FIPA-defined XML format |
static fipaos.ont.fipa.fipaman.Envelope | Parser.parse(byte[] env) Convert the given byte[] message into an Envelope |
Uses of ParserException in fipaos.parser.sl |
Methods in fipaos.parser.sl that throw ParserException | |
Content | SLParser.parse(String sl_content) This method converts a content String into a set of Content objects |
static Content | SLParser.parseContent(String sl_content) parse method is the preferred method for parsing an SL content message string. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |