MoveException constructor
MoveException(
- String reason
Thrown when the move
function encouters an error.
Implementation
MoveException(super.reason);
Thrown when the move
function encouters an error.
MoveException(super.reason);