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

Public Member Functions

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

Constructor & Destructor Documentation

GeneralException ( int  ret,
String  desc 
)
GeneralException ( Bundle  b)
GeneralException ( RemoteException  e)

Member Function Documentation

int getCode ( )

General error codes that sets each function are:

-1 - Remote Exception.
0 - Function not succeeded.
2 - Application not succeeded.
3 - Function reached timeout.