GooglePlayServicesManifestException

public class GooglePlayServicesManifestException extends IllegalStateException
Known Direct Subclasses

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

Public Constructor Summary

GooglePlayServicesManifestException(int actualVersion, String message)
Creates a GooglePlayServicesManifestException.

Public Method Summary

int
getActualVersion()
Returns the actual version the client library found in the package's manifest.
int
getExpectedVersion()
Returns the version the client library expected to find in the package's manifest.

Inherited Method Summary

Public Constructors

public GooglePlayServicesManifestException (int actualVersion, String message)

Creates a GooglePlayServicesManifestException.

Public Methods

public int getActualVersion ()

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

public int getExpectedVersion ()

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