public class IllegalAction extends DefaultAction
agentID| Constructor and Description |
|---|
IllegalAction(AgentID agentID,
java.lang.String details)
Specifies that an agent returned an action not fitting the protocol.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Enforces that actions implements a string-representation.
|
getAgent, getBidFromActionpublic IllegalAction(AgentID agentID, java.lang.String details)
agentID - id of agent to blame.details - of the error.public java.lang.String toString()
DefaultActiontoString in class DefaultAction