Uses of Class
exceptions.InvalidFirstVehicleException

Packages that use InvalidFirstVehicleException
rushhour   
 

Uses of InvalidFirstVehicleException in rushhour
 

Methods in rushhour that throw InvalidFirstVehicleException
 RushHourVehicle RushHourGameBoard.addCar(java.lang.String color, java.lang.String orientation, int x, int y)
          Add a car to the game gameBoard at location (x, y).
 RushHourVehicle RushHourGameBoard.addTruck(java.lang.String color, java.lang.String orientation, int x, int y)
          Add a truck to the game gameBoard at location (x, y).
 RushHourVehicle RushHourGameBoard.addVehicle(java.lang.String type, java.lang.String color, java.lang.String orientation, int x, int y)
          Add a vehicle to the game gameBoard at location (x, y).