Class MultipleCalendarsForServiceIdException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.onebusaway.csv_entities.exceptions.CsvException
org.onebusaway.csv_entities.exceptions.CsvEntityException
org.onebusaway.gtfs.impl.MultipleCalendarsForServiceIdException
All Implemented Interfaces:
Serializable

public class MultipleCalendarsForServiceIdException extends org.onebusaway.csv_entities.exceptions.CsvEntityException
Indicates that multiple ServiceCalendar entities, as loaded from calendars.txt, were found with the same ServiceCalendar.getServiceId() value, a violation of the GTFS spec.
Author:
bdferris
See Also:
  • Constructor Details

    • MultipleCalendarsForServiceIdException

      public MultipleCalendarsForServiceIdException(AgencyAndId serviceId)