public class IllegalAction extends Action
Constructor and Description |
---|
IllegalAction(AgentID agentID,
java.lang.String details)
Specifies that an agent returned an action not
fitting the protocol.
|
IllegalAction(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 IllegalAction(java.lang.String details)
details
- of the error.