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

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

There is a newer version: 2.5.0
Show 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 {
    
    private static final long serialVersionUID = 1L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy