fipaos.ont.fipa.fipaman
Class AgentManagementException
java.lang.Object
|
+--fipaos.ont.fipa.fipaman.AgentManagementException
- All Implemented Interfaces:
- java.io.Serializable
- public class AgentManagementException
- extends java.lang.Object
- implements java.io.Serializable
Provides parsing/deparsing methods for AMA messages with exceptions
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AgentManagementException
public AgentManagementException(AgentManagementAction ama,
java.lang.String exception)
- Creates an AgentManagementException based upon the given AMA + exception
AgentManagementException
public AgentManagementException(java.lang.String acl_content)
throws ParserException
- Parses the given content into AgentManagementAction objects + extracts the
associated exception
setAgentManagementAction
public void setAgentManagementAction(AgentManagementAction ama)
setException
public void setException(java.lang.String exception)
getAgentManagementAction
public AgentManagementAction getAgentManagementAction()
getException
public java.lang.String getException()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
main
public static void main(java.lang.String[] args)
throws ParserException