Class LineUndefinedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.uber.h3core.exceptions.LineUndefinedException
All Implemented Interfaces:
Serializable

public class LineUndefinedException extends Exception
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 Details

    • LineUndefinedException

      public LineUndefinedException(String message)