Uses of Class
exceptions.IllegalBoardMoveException

Packages that use IllegalBoardMoveException
rushhour   
 

Uses of IllegalBoardMoveException in rushhour
 

Methods in rushhour that throw IllegalBoardMoveException
 void RushHourGameBoard.moveDown(RushHourVehicle vehicle, int num)
          Move the specified vehicle down num space(s).
 void RushHourGameBoard.moveLeft(RushHourVehicle vehicle, int num)
          Move the specified vehicle left num space(s).
 boolean RushHourGameBoard.moveRight(RushHourVehicle vehicle, int num)
          Move the specified vehicle right num space(s).
 void RushHourGameBoard.moveUp(RushHourVehicle vehicle, int num)
          Move the specified vehicle up num space(s).