Class UnknownAgencyTimezoneException

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.calendar.UnknownAgencyTimezoneException
All Implemented Interfaces:
Serializable

public class UnknownAgencyTimezoneException extends org.onebusaway.csv_entities.exceptions.CsvEntityException
Indicates that the Agency.getTimezone() string does not evaluate to a valid TimeZone.
Author:
bdferris
See Also:
  • Constructor Details

    • UnknownAgencyTimezoneException

      public UnknownAgencyTimezoneException(String agencyName, String timezone)