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
public class MultipleCalendarsForServiceIdException extends org.onebusaway.csv_entities.exceptions.CsvEntityExceptionIndicates that multipleServiceCalendarentities, as loaded from calendars.txt, were found with the sameServiceCalendar.getServiceId()value, a violation of the GTFS spec.- Author:
- bdferris
- See Also:
ServiceCalendar.getServiceId(), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleCalendarsForServiceIdException(AgencyAndId serviceId)
-
Method Summary
-
Methods inherited from class org.onebusaway.csv_entities.exceptions.CsvEntityException
getEntityType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultipleCalendarsForServiceIdException
public MultipleCalendarsForServiceIdException(AgencyAndId serviceId)
-
-