Class OlrResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.here.platform.location.referencing.olr.OlrException
com.here.platform.location.referencing.olr.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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OlrResolverException
-