37thrownew NullPointerException("No capacity set in vehicle type.");
38 }
39// New default is that vehicle is created with capacity. Initial values are 1 seat for the driver and no standing room {@link org.matsim.vehicles.VehicleCapacity} (sep 19, KMT)
40// PT does not count the driver, so only warn if there is indeed no real capacity (mar 21, mrieser)