Uses of Class
de.tabacha.cgo.InvalidMoveException

Packages that use InvalidMoveException
de.tabacha.cgo The base classes for ConwayGo.  
 

Uses of InvalidMoveException in de.tabacha.cgo
 

Methods in de.tabacha.cgo that throw InvalidMoveException
 void Board.move(Move move)
          Makes a move.
 void DefaultBoard.move(Move move)
           
protected  void DefaultBoard.put(Put move)
          Puts a piece on the board.
protected  void DefaultBoard.jump(Jump move)
          Moves the ball around the field.
protected  void DefaultBoard.jumpOnce(byte dir, Move move)
          Makes the ball jump once.