Uses of Class
exceptions.InvalidVehicleException

Packages that use InvalidVehicleException
rushhour   
 

Uses of InvalidVehicleException in rushhour
 

Methods in rushhour that throw InvalidVehicleException
 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).
 

Constructors in rushhour that throw InvalidVehicleException
RushHourVehicle(RushHourGameBoard gameBoard, int uniqueID, java.lang.String type, java.lang.String color, java.lang.String orientation, int x, int y)
          Construct a vehicle that can be placed on the game board.