public class

OfflineGeofenceException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.mapsted.geofence_offline.offline.OfflineGeofenceException

Summary

Constants
int OFFLINE_GEOFENCE_INSUFFICIENT_LOCATION_PERMISSION
int OFFLINE_GEOFENCE_INVALID_PROPERTY
int OFFLINE_GEOFENCE_INVALID_PROPERTY_CENTROID
int OFFLINE_GEOFENCE_MISSING_LOCATION_PERMISSION
int OFFLINE_GEOFENCE_NOT_AVAILABLE
int OFFLINE_GEOFENCE_REQUEST_TOO_FREQUENT
int OFFLINE_GEOFENCE_TOO_MANY_GEOFENCES
int OFFLINE_GEOFENCE_TOO_MANY_PENDING_INTENTS
int OFFLINE_GEOFENCE_UNKNOWN_ERROR
Public Constructors
OfflineGeofenceException(int code, String message)
Public Methods
int getCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

public static final int OFFLINE_GEOFENCE_INSUFFICIENT_LOCATION_PERMISSION

Constant Value: 1004 (0x000003ec)

public static final int OFFLINE_GEOFENCE_INVALID_PROPERTY

Constant Value: 2002 (0x000007d2)

public static final int OFFLINE_GEOFENCE_INVALID_PROPERTY_CENTROID

Constant Value: 2003 (0x000007d3)

public static final int OFFLINE_GEOFENCE_MISSING_LOCATION_PERMISSION

Constant Value: 2001 (0x000007d1)

public static final int OFFLINE_GEOFENCE_NOT_AVAILABLE

Constant Value: 1000 (0x000003e8)

public static final int OFFLINE_GEOFENCE_REQUEST_TOO_FREQUENT

Constant Value: 1005 (0x000003ed)

public static final int OFFLINE_GEOFENCE_TOO_MANY_GEOFENCES

Constant Value: 1001 (0x000003e9)

public static final int OFFLINE_GEOFENCE_TOO_MANY_PENDING_INTENTS

Constant Value: 1002 (0x000003ea)

public static final int OFFLINE_GEOFENCE_UNKNOWN_ERROR

Constant Value: 3000 (0x00000bb8)

Public Constructors

public OfflineGeofenceException (int code, String message)

Public Methods

public int getCode ()

public String toString ()