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.CsvEntityExceptionIndicates that theAgency.getTimezone()string does not evaluate to a validTimeZone.- Author:
- bdferris
- See Also:
TimeZone.getTimeZone(String), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownAgencyTimezoneException(String agencyName, String timezone)
-
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
-
-