Package com.uber.h3core.exceptions
Class DistanceUndefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.uber.h3core.exceptions.DistanceUndefinedException
- All Implemented Interfaces:
Serializable
The distance could not be computed between two cells.
This can happen due to incomparable input (different resolutions),
the distance being too great to express. or limitations in the
H3 library for calculating distance.
- 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
-
DistanceUndefinedException
-