Android Java SDK for Sygic 3D
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: More...
 

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.