Class LocalIjUndefinedException

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

public class LocalIjUndefinedException extends Exception
The local IJ coordinates could not be determined for an index, or the index could not be determined for IJ coordinates.

This can happen because the origin and index/IJ coordinates are too far away from each other, or because pentagon distortion was encountered.

See Also:
  • Constructor Details

    • LocalIjUndefinedException

      public LocalIjUndefinedException(String message)