Class RouteNameException

All Implemented Interfaces:
Serializable

public class RouteNameException extends CsvEntityException
The GTFS spec declares that at least one of Route.getShortName() or Route.getLongName() must be specified, if not both. If neither is set for a route in a feed, this exception is thrown.
Author:
bdferris
See Also:
  • Constructor Details

    • RouteNameException

      public RouteNameException(AgencyAndId routeId)