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

Public Member Functions

 NavigationException (int ret, String desc)
 
 NavigationException (Bundle b)
 
 NavigationException (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

◆ NavigationException() [1/3]

NavigationException ( int ret,
String desc )

◆ NavigationException() [2/3]

NavigationException ( Bundle b)

◆ NavigationException() [3/3]

NavigationException ( 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 - Navigation not started because address was not found.
  • -3 - Navigation not started because another computation is in progress.
  • -5 - User canceled route computing.
  • -6 - Application is waiting for valid GPS signal.
  • -7 - Itinerary is empty.
  • -8 - Itinerary has invalid format.
  • -9 - One or more waypoints were not found.
  • -10 - Itinerary was not found.

Reimplemented from GeneralException.