Internet Chess ToolKit
v0.2.0

Serialized Form

Class ictk.boardgame.chess.AmbiguousChessMoveException extends AmbiguousMoveException implements Serializable

Serialized Fields

pieces

ChessPiece[] pieces
an array of pieces that legally move to this desination


p

int p
index of the piece type supposed to move.


of

int of
index of the piece type supposed to move.


or

int or
index of the piece type supposed to move.


df

int df
index of the piece type supposed to move.


dr

int dr
index of the piece type supposed to move.


Class ictk.boardgame.AmbiguousMoveException extends MoveException implements Serializable


Class ictk.boardgame.BoardGameException extends java.lang.Exception implements Serializable


Class ictk.boardgame.IllegalMoveException extends MoveException implements Serializable

Serialized Fields

moveString

java.lang.String moveString


Class ictk.boardgame.io.InvalidGameFormatException extends java.io.IOException implements Serializable


Class ictk.boardgame.MoveException extends BoardGameException implements Serializable

Serialized Fields

m

Move m


Class ictk.boardgame.OutOfTurnException extends IllegalMoveException implements Serializable


Class ictk.boardgame.UnverifiedMoveException extends java.lang.RuntimeException implements Serializable


Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .