fipaos.ont.fipa.fipaman
Class AgentManagementException
- public class AgentManagementException
- implements Serializable
Provides parsing/deparsing methods for AMA messages with exceptions
AgentManagementException
public AgentManagementException(AgentManagementAction ama, String exception)
- Creates an AgentManagementException based upon the given AMA + exception
AgentManagementException
public AgentManagementException(String acl_content)
throws fipaos.parser.ParserException
- Parses the given content into AgentManagementAction objects + extracts the
associated exception
getAgentManagementAction
public AgentManagementAction getAgentManagementAction()
getException
public String getException()
main
public static void main(String[] args)
throws fipaos.parser.ParserException
setAgentManagementAction
public void setAgentManagementAction(AgentManagementAction ama)
setException
public void setException(String exception)
toString
public String toString()
to Class fipaos.ont.fipa.fipaman.AgentManagementAction- AgentManagement contained within the content that this parses
to Class java.lang.String
- Exception contained within the content that this parses