C# Class AIsOfCatan.IllegalActionException

Thrown when a player tries to perform an illegal action on the GameController
Inheritance: AgentActionException
Show file Open project: rasmusgreve/catan

Public Methods

Method Description
IllegalActionException ( ) : System
IllegalActionException ( string message ) : System

Method Details

IllegalActionException() public method

public IllegalActionException ( ) : System
return System

IllegalActionException() public method

public IllegalActionException ( string message ) : System
message string
return System