All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.routing.error.TransitTimesException Maven / Gradle / Ivy

package org.opentripplanner.routing.error;

/**
 * Indicates that a transit mode was specified, but the search date provided 
 * was outside the date range of the transit data feed used to construct the graph.
 * In other words, there is no transit service information available, 
 * and the user needs to be told this.  
 */
public class TransitTimesException extends RuntimeException {

	private static final long serialVersionUID = 1L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy