Uses of Class
chesspresso.move.IllegalMoveException

Packages that use IllegalMoveException
chesspresso.position   
 

Uses of IllegalMoveException in chesspresso.position
 

Methods in chesspresso.position that throw IllegalMoveException
 void Position.doMove(short move)
           
 void MoveablePosition.doMove(short move)
           
 void MoveablePosition.doMove(Move move)
           
 short MoveablePosition.getLastShortMove()
           
 Move MoveablePosition.getLastMove()
           
 void LightWeightPosition.doMove(short move)
           
 short LightWeightPosition.getLastShortMove()
           
 Move LightWeightPosition.getLastMove()
           
 void AbstractMoveablePosition.doMove(Move move)