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

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

package org.opentripplanner.routing.error;

/**
 * Indicates that origin and destination are too close to one another for effective
 * trip planning.
 */
public class TrivialPathException extends RuntimeException {
    private static final long serialVersionUID = 1L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy