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

org.opentripplanner.raptor.service.DestinationNotReachedException Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.raptor.service;

/**
 * This exception is used to abort a multi-criteria search. A multi-criteria search may perform one
 * or 2 simple raptor searches before is start. If the simple raptor search do not find a possible
 * result, then this exception is thrown to abort/prevent the multi-criteria search from being
 * performed.
 */
class DestinationNotReachedException extends RuntimeException {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy