Class OlrResolverException

All Implemented Interfaces:
LocationReferenceException, LocationReferenceResolverException, Serializable

public class OlrResolverException extends OlrException implements LocationReferenceResolverException
A basic type to represent errors that happened when resolving OLR references.

It can be thrown when: - some reference points could not be matched to the road network - some pairs of reference points could not be connected by a route in the road network

See Also:
  • Constructor Details

    • OlrResolverException

      public OlrResolverException(String message)