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

Public Member Functions

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

◆ LoadRouteException() [1/3]

LoadRouteException ( Bundle b)

◆ LoadRouteException() [2/3]

LoadRouteException ( int ret,
String desc )

◆ LoadRouteException() [3/3]

LoadRouteException ( 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 - Approximation failed
  • -2 - License error
  • -8 - File format invalid
  • -10 - File not found

Reimplemented from GeneralException.