org.onebusaway.gtfs.impl.calendar
Class UnknownAgencyTimezoneException

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

Constructor Summary
UnknownAgencyTimezoneException(java.lang.String agencyName, java.lang.String timezone)
           
 
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

UnknownAgencyTimezoneException

public UnknownAgencyTimezoneException(java.lang.String agencyName,
                                      java.lang.String timezone)


Copyright © 2011 OneBusAway. All Rights Reserved.