org.onebusaway.gtfs.serialization.mappings
Class InvalidStopTimeException

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.serialization.mappings.InvalidStopTimeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidStopTimeException
extends org.onebusaway.csv_entities.exceptions.CsvEntityException

Indicates the an "arrival_time" or "departure_time" value for in the "stop_times.txt" csv file could not be parsed. Recall that the time takes the form "hh:mm:ss" or "h:mm:ss".

Author:
bdferris
See Also:
StopTime.getArrivalTime(), StopTime.getDepartureTime(), Serialized Form

Constructor Summary
InvalidStopTimeException(java.lang.String stopTimeValue)
           
 
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

InvalidStopTimeException

public InvalidStopTimeException(java.lang.String stopTimeValue)


Copyright © 2011 OneBusAway. All Rights Reserved.