Class InvalidStopTimeException
- 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.serialization.mappings.InvalidStopTimeException
-
- All Implemented Interfaces:
Serializable
public class InvalidStopTimeException extends org.onebusaway.csv_entities.exceptions.CsvEntityExceptionIndicates 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
Constructors Constructor Description InvalidStopTimeException(String stopTimeValue)
-
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
-
-
-
-
Constructor Detail
-
InvalidStopTimeException
public InvalidStopTimeException(String stopTimeValue)
-
-