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

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

package org.opentripplanner.routing.error;

/**
 * Indicates that the call to org.opentripplanner.routing.services.PathService returned either null or ZERO paths.
 * @see org.opentripplanner.api.resource.PlannerResource for where this is (locally) thrown.
 */
public class PathNotFoundException extends RuntimeException {
    private static final long serialVersionUID = 1L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy