org.onebusaway.gtfs.impl
Class MultipleCalendarsForServiceIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.onebusaway.csv_entities.exceptions.CsvEntityException
                  extended by org.onebusaway.gtfs.impl.MultipleCalendarsForServiceIdException
All Implemented Interfaces:
java.io.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

Constructor Summary
MultipleCalendarsForServiceIdException(AgencyAndId serviceId)
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleCalendarsForServiceIdException

public MultipleCalendarsForServiceIdException(AgencyAndId serviceId)


Copyright © 2011 OneBusAway. All Rights Reserved.