public class MapboxConfigurationException
extends java.lang.RuntimeException
This occurs either when Mapbox
is not correctly initialised or the provided access token
through Mapbox.getInstance(Context, String)
isn't valid.
Constructor and Description |
---|
MapboxConfigurationException()
Creates a Mapbox configuration exception thrown by MapboxMap when the SDK hasn't been properly initialised.
|
MapboxConfigurationException(java.lang.String message)
Creates a Mapbox configuration exception thrown by MapboxMap when the SDK hasn't been properly initialised.
|
public MapboxConfigurationException()
public MapboxConfigurationException(@NonNull java.lang.String message)