Package org.onebusaway.gtfs.impl
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
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 Summary
Constructors -
Method Summary
Methods inherited from class org.onebusaway.csv_entities.exceptions.CsvEntityException
getEntityTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultipleCalendarsForServiceIdException
-