
org.opentripplanner.raptor.service.DestinationNotReachedException 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.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