JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Internet Chess ToolKit
v1.0.0
Prev
Next
Frames
No Frames
All Classes
Serialized Form
Package ictk.boardgame
Class
ictk.boardgame.AmbiguousMoveException
extends
MoveException
implements Serializable
serialVersionUID:
1L
Class
ictk.boardgame.BoardGameException
extends java.lang.Exception implements Serializable
serialVersionUID:
1L
Class
ictk.boardgame.IllegalMoveException
extends
MoveException
implements Serializable
serialVersionUID:
1L
Serialized Fields
moveString
java.lang.String moveString
Class
ictk.boardgame.MoveException
extends
BoardGameException
implements Serializable
serialVersionUID:
1L
Serialized Fields
m
Move
m
Class
ictk.boardgame.OutOfTurnException
extends
IllegalMoveException
implements Serializable
serialVersionUID:
1L
Class
ictk.boardgame.UnverifiedMoveException
extends java.lang.RuntimeException implements Serializable
serialVersionUID:
1L
Package ictk.boardgame.chess
Class
ictk.boardgame.chess.AmbiguousChessMoveException
extends
AmbiguousMoveException
implements Serializable
serialVersionUID:
1L
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.
Package ictk.boardgame.io
Class
ictk.boardgame.io.InvalidGameFormatException
extends java.io.IOException implements Serializable
Overview
Package
Class
Tree
Deprecated
Index
Help
Visit the
Website
Internet Chess ToolKit is licensed under the
MIT License
.
Prev
Next
Frames
No Frames
All Classes