Class MaplibreException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidArgumentException, InvalidStateException, NativeErrorException, UnsupportedFeatureException, WrongThreadException

public class MaplibreException extends RuntimeException
Base unchecked exception for errors reported by the native Maplibre C ABI.
See Also:
  • Constructor Details

    • MaplibreException

      public MaplibreException(MaplibreStatus status, int nativeStatusCode, String diagnostic)
  • Method Details