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

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

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