|
Internet Chess ToolKit v0.2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ictk.boardgame.BoardGameException
ictk.boardgame.MoveException
ictk.boardgame.IllegalMoveException
ictk.boardgame.OutOfTurnException
tried to execute a move where the piece moved belonged to a player who's turn is wasn't.
Constructor Summary | |
OutOfTurnException()
|
|
OutOfTurnException(java.lang.String s)
|
|
OutOfTurnException(java.lang.String s,
Move m)
|
Methods inherited from class ictk.boardgame.IllegalMoveException |
getMoveString, setMoveString, toString |
Methods inherited from class ictk.boardgame.MoveException |
getMove |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OutOfTurnException()
public OutOfTurnException(java.lang.String s)
public OutOfTurnException(java.lang.String s, Move m)
|
Submit a bug or feature Visit the Website Internet Chess ToolKit is licensed under the GPL v2 . |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |