org.onebusaway.gtfs.impl
Class MultipleCalendarsForServiceIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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:
ServiceCalendar.getServiceId(),
Serialized Form
| Methods inherited from class org.onebusaway.csv_entities.exceptions.CsvEntityException |
getEntityType |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MultipleCalendarsForServiceIdException
public MultipleCalendarsForServiceIdException(AgencyAndId serviceId)
Copyright © 2011 OneBusAway. All Rights Reserved.