Class NativeErrorException

All Implemented Interfaces:
Serializable

public final class NativeErrorException extends MaplibreException
Thrown when a native Maplibre error or C++ exception crosses the C ABI as a status.
See Also:
  • Constructor Details

    • NativeErrorException

      public NativeErrorException(int nativeStatusCode, String diagnostic)