Uses of Class
exceptions.VehicleDoesNotExistException

Packages that use VehicleDoesNotExistException
rushhour   
 

Uses of VehicleDoesNotExistException in rushhour
 

Methods in rushhour that throw VehicleDoesNotExistException
 RushHourVehicle RushHourGameBoard.getVehicleAtIndex(int i)
          Retrieve the vehicle at index i from the array of vehicles known to be on the gameBoard.
 void RushHourGameBoard.removeVehicle(RushHourVehicle vehicle)
          Remove the vehicle of the specified color from the game gameBoard and from the list of vehicles.