Class InvalidStopTimeException

All Implemented Interfaces:
Serializable

public class InvalidStopTimeException extends 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:
  • Constructor Details

    • InvalidStopTimeException

      public InvalidStopTimeException(String stopTimeValue)