org.onebusaway.gtfs.impl.calendar
Class UnknownAgencyTimezoneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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:
TimeZone.getTimeZone(String),
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 |
UnknownAgencyTimezoneException
public UnknownAgencyTimezoneException(String agencyName,
String timezone)
Copyright © 2011 OneBusAway. All Rights Reserved.