
org.opentripplanner.routing.error.GraphNotFoundException 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
The newest version!
package org.opentripplanner.routing.error;
/**
* Indicates that there is no graph currently available. This might be thrown if a new graph is
* registered and the old one is evicted before registering.
*/
public class GraphNotFoundException extends RuntimeException {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy