AI-generated Key Takeaways
-
UnsupportedConfigurationException is thrown when a configuration supplied to Session.configure(Config) is not supported.
-
GooglePlayServicesLocationLibraryNotLinkedException is a known direct subclass, occurring if the Fused Location Provider library is missing when GeospatialMode is enabled.
-
This exception is an unchecked exception.
public class
UnsupportedConfigurationException
| Known Direct Subclasses |
Thrown if the configuration supplied to Session.configure(Config) is unsupported
(unchecked).
Public Constructors
|
|
|
UnsupportedConfigurationException(String message)
|
Inherited Methods
Public Constructors
public UnsupportedConfigurationException ()
UnsupportedConfigurationException
public UnsupportedConfigurationException()
public UnsupportedConfigurationException (String message)
UnsupportedConfigurationException
public UnsupportedConfigurationException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||