fipaos.ont.fipa.fipaman
Class AgentManagementException


public class AgentManagementException
implements Serializable

Provides parsing/deparsing methods for AMA messages with exceptions




Constructor Summary
AgentManagementException(AgentManagementAction ama, String exception)
          Creates an AgentManagementException based upon the given AMA + exception
AgentManagementException(String acl_content)
          Parses the given content into AgentManagementAction objects + extracts the
associated exception

Method Summary
 AgentManagementActiongetAgentManagementAction()
           
 StringgetException()
           
 static voidmain(String[] args)
           
 voidsetAgentManagementAction(AgentManagementAction ama)
           
 voidsetException(String exception)
           
 StringtoString()
           

Constructor Detail

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
Method Detail

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()

Association Links

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