public class IllegalDrawException
extends java.lang.Exception
| Constructor and Description |
|---|
IllegalDrawException(int playerNumber)
Constructor taking the index of the player drawing illegally.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPlayerNumber()
Accessor for index of player playing the illegal card.
|