-
- All Implemented Interfaces:
public class MapEngineException.Message.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final String
SDK_NOT_INITIALIZED_ERROR
private final String
ENGINE_NOT_INITIALIZED_ERROR
public final static MapEngineException.Message.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final String
getSDK_NOT_INITIALIZED_ERROR()
The exception message thrown when the MapView is initialized before the SDK is initialized. final String
getENGINE_NOT_INITIALIZED_ERROR()
Exception thrown when the engine cannot be initialized and an invalid JNI reference was returned. -
-
Method Detail
-
getSDK_NOT_INITIALIZED_ERROR
final String getSDK_NOT_INITIALIZED_ERROR()
The exception message thrown when the MapView is initialized before the SDK is initialized.
-
getENGINE_NOT_INITIALIZED_ERROR
final String getENGINE_NOT_INITIALIZED_ERROR()
Exception thrown when the engine cannot be initialized and an invalid JNI reference was returned.
-
-
-
-