-
- All Implemented Interfaces:
public class MapEngineException.Message.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringSDK_NOT_INITIALIZED_ERRORprivate final StringENGINE_NOT_INITIALIZED_ERRORpublic final static MapEngineException.Message.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetSDK_NOT_INITIALIZED_ERROR()The exception message thrown when the MapView is initialized before the SDK is initialized. final StringgetENGINE_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.
-
-
-
-