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, getBidFromAction
public IllegalAction(AgentID agentID, java.lang.String details)
agentID
- id of agent to blame.details
- of the error.public java.lang.String toString()
DefaultAction
toString
in class DefaultAction