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

Public Member Functions

 GeneralException (int ret, String desc)
 
 GeneralException (Bundle b)
 
 GeneralException (RemoteException e)
 
int getCode ()
 General error codes that each function sets are:
 

Constructor & Destructor Documentation

◆ GeneralException() [1/3]

GeneralException ( int ret,
String desc )

◆ GeneralException() [2/3]

GeneralException ( Bundle b)

◆ GeneralException() [3/3]

GeneralException ( 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.

Reimplemented in GpsException, InvalidLocationException, InvalidNameException, LoadRouteException, and NavigationException.