public class OutOfBoundsException
extends java.lang.Exception
GameBoard
,
Serialized FormModifier and Type | Field and Description |
---|---|
Coordinates |
coord
Enthält die "illegale" Koordinate
|
Constructor and Description |
---|
OutOfBoundsException(java.lang.String msg,
Coordinates c) |
OutOfBoundsException(java.lang.String msg,
int row,
int col) |
public Coordinates coord
public OutOfBoundsException(java.lang.String msg, Coordinates c)
public OutOfBoundsException(java.lang.String msg, int row, int col)