Java SDK for 2D
 All Classes Namespaces Functions Variables Pages
NavigationException Class Reference
Inheritance diagram for NavigationException:
GeneralException

Public Member Functions

 NavigationException (int ret, String desc, int[] wrongWp)
 
 NavigationException (int ret, String desc)
 
 NavigationException (Bundle b)
 
 NavigationException (RemoteException e)
 
int getCode ()
 Function-specific error codes: More...
 
int[] getWrongWp ()
 

Package Attributes

int[] wrongWp
 

Constructor & Destructor Documentation

NavigationException ( int  ret,
String  desc,
int[]  wrongWp 
)
NavigationException ( int  ret,
String  desc 
)
NavigationException ( Bundle  b)
NavigationException ( RemoteException  e)

Member Function Documentation

int getCode ( )

Function-specific error codes:

  • -1 - Navigation not started because address was not found.
  • -3 - Navigation not started. Application is already navigating.
  • -5 - User canceled route computing.
  • -6 - Application is waiting for valid GPS signal.
  • -7 - Itinerary is empty.
  • -8 - Itinerary has invalid format (from version 15j)
  • -9 - One or more waypoints were not found (from version 15j)
  • -10 - Itinerary was not found (from version 15j)
int [] getWrongWp ( )

Member Data Documentation