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