GooglePlayServicesManifestException

public class GooglePlayServicesManifestException extends IllegalStateException

Known direct subclasses
GooglePlayServicesIncorrectManifestValueException

Exception encountered when the Google Play services version in the client app's manifest was incorrect.

GooglePlayServicesMissingManifestValueException

Exception encountered when the Google Play services version was not present in the client app's manifest.


Exception encountered while checking if the package's manifest is consistent with the Google Play services client libraries.

Summary

Public fields

final int

Public constructors

GooglePlayServicesManifestException(int actualVersion, String message)

Creates a GooglePlayServicesManifestException.

Public methods

int

Returns the actual version the client library found in the package's manifest.

int

Returns the version the client library expected to find in the package's manifest.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

Public fields

actualVersion

public final int actualVersion

Public constructors

GooglePlayServicesManifestException

public GooglePlayServicesManifestException(int actualVersion, String message)

Creates a GooglePlayServicesManifestException.

Public methods

getActualVersion

public int getActualVersion()

Returns the actual version the client library found in the package's manifest.

getExpectedVersion

public int getExpectedVersion()

Returns the version the client library expected to find in the package's manifest.