Uses of Class
fipaos.parser.ParserException

Packages that use ParserException
fipaos.agent.conversation.standard 
fipaos.ont.fipa.fipaman 
fipaos.parser 
fipaos.parser.acl.bitefficient 
fipaos.parser.acl.string 
fipaos.parser.datamapping 
fipaos.parser.datamapping.properties 
fipaos.parser.datamapping.script 
fipaos.parser.datamapping.xml 
fipaos.parser.envelope.xml 
fipaos.parser.sl 
fipaos.tool.configurator 

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

Methods in fipaos.parser.acl.bitefficient that throw ParserException
static byte[]Parser.deparse(ACL msg)
          Convert the given ACL message into bit-efficient format
static ACLParser.parse(byte[] msg)
          Convert the given byte[] message into an ACL
 

Uses of ParserException in fipaos.parser.acl.string
 

Methods in fipaos.parser.acl.string that throw ParserException
static ACLParser.parse(byte[] acl)
          Converts byte[] containing FIPA-compliant string encoding of ACL message to an ACL object
 

Uses of ParserException in fipaos.parser.datamapping
 

Methods in fipaos.parser.datamapping that throw ParserException
StringDataMapper.marshall(Object object)
          Serialises the given Object
ObjectDataMapper.unmarshall(String doc)
          Converts a serialised object back into an Object
 

Uses of ParserException in fipaos.parser.datamapping.properties
 

Methods in fipaos.parser.datamapping.properties that throw ParserException
StringPropertiesBinder.marshall(Object object)
          Serialises the given Object
ObjectPropertiesBinder.unmarshall(String doc, String filename)
          Converts a serialised object back into an Object
 

Uses of ParserException in fipaos.parser.datamapping.script
 

Methods in fipaos.parser.datamapping.script that throw ParserException
(package private) final StringAbstractScriptBinder.marshall(Object object)
          Serialises the given Object
(package private) final ObjectAbstractScriptBinder.unmarshall(String doc, String filename)
          Converts a serialised object back into an Object
 

Uses of ParserException in fipaos.parser.datamapping.xml
 

Methods in fipaos.parser.datamapping.xml that throw ParserException
static ObjectXMLBinding.cloneDataboundObject(Object obj)
          Create a completely distinct clone of a data bound object by
marshalling it to a String and then unmarshalling it back into
a new databound object.
static StringXMLBinding.marshall(Object obj, boolean strip_enhydra_tags)
          Marshalls a Data-Binding compatible object into an XML instance document
StringXMLBinding.marshall(Object obj)
          Marshalls a Data-Binding compatible object into an XML instance document
static ObjectXMLBinding.unmarshall(String xml, String default_package)
          Unmarshalls a string back into a Data-Binding object, and inserts Enhydra specific tags
back into XML if necessary
ObjectXMLBinding.unmarshall(String xml)
          Unmarshalls a string back into a Data-Binding object
static StringXMLBinding.zeusMarshall(Object obj)
          Marshall the given Object using the Zeus marshaller
static ObjectXMLBinding.zeusUnmarshall(String xml, String def_package)
          Unmarshall the given XML using the Zeus marshaller
 

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

Uses of ParserException in fipaos.tool.configurator
 

Methods in fipaos.tool.configurator that throw ParserException
voidFIPAOSConfigurator.saveProfile(Profile profile)