Android Java SDK for Sygic 3D
 
Loading...
Searching...
No Matches
GpsException Class Reference
Inheritance diagram for GpsException:
GeneralException

Public Member Functions

 GpsException (int ret, String desc)
 
 GpsException (Bundle b)
 
 GpsException (RemoteException e)
 
int getCode ()
 General error codes that each function sets are:
  • -1 - Remote Exception.
  • 0 - Function not succeeded.
  • 2 - Application not succeeded.
  • 3 - Function reached timeout.
Function-specific error codes:
 
- Public Member Functions inherited from GeneralException
 GeneralException (int ret, String desc)
 
 GeneralException (Bundle b)
 
 GeneralException (RemoteException e)
 

Constructor & Destructor Documentation

◆ GpsException() [1/3]

GpsException ( int ret,
String desc )

◆ GpsException() [2/3]

GpsException ( Bundle b)

◆ GpsException() [3/3]

GpsException ( RemoteException e)

Member Function Documentation

◆ getCode()

int getCode ( )

General error codes that each function sets are:

  • -1 - Remote Exception.
  • 0 - Function not succeeded.
  • 2 - Application not succeeded.
  • 3 - Function reached timeout.
Function-specific error codes:

  • -1 - No GPS fix.
  • -2 - GPS position not available.

Reimplemented from GeneralException.