Uses of Class
fipaos.parser.ParserException

Packages that use ParserException
fipaos.agent.conversation.standard 
fipaos.ont.fipa 
fipaos.ont.fipa.fipaman 
fipaos.parser 
fipaos.parser.sl 

Uses of ParserException in fipaos.agent.conversation.standard
 

Methods in fipaos.agent.conversation.standard that throw ParserException
static ConversationImplConversationImpl.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
 

Constructors in fipaos.ont.fipa that throw ParserException
ACL.ACL(String msg)
          Creates an ACL object from the given ACL string
 

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 voidAgentManagementException.main(String[] args)
          
ObjectAgentManagementResult.convertToObject(Content content)
          
voidServiceDescription.setProperties(PropertyTemplate[] desc_item)
          This method sets the properties
voidServiceDescription.setProperties(String[] desc_item)
          This method sets the properties
 

Uses of ParserException in fipaos.parser
 

Methods in fipaos.parser that throw ParserException
StringParser.deparse(Content content)
          This method converts a Content object into a document which is of a format determined by the Parser implementation.
ContentParser.parse(String content)
          This method converts a content String into a set of Content objects
 

Uses of ParserException in fipaos.parser.sl
 

Methods in fipaos.parser.sl that throw ParserException
ContentSLParser.parse(String sl_content)
          This method converts a content String into a set of Content objects
static ContentSLParser.parseContent(String sl_content)
          parse method is the preferred method for parsing an SL content message string.