Class DistanceUndefinedException

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

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

    • DistanceUndefinedException

      public DistanceUndefinedException(String message)