org.opentripplanner.routing.error.PathNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
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 - 2025 Weber Informatics LLC | Privacy Policy