Zentitle SDK and Library
Public Member Functions | List of all members
com.nalpeiron.passlibrary.nalpError Class Reference
Inheritance diagram for com.nalpeiron.passlibrary.nalpError:

Public Member Functions

 nalpError ()
 Default constructor. More...
 
 nalpError (int i, String msg)
 Regular constructor. More...
 
String getErrorMessage ()
 
int getErrorCode ()
 Returns the error code of the Nalp function. More...
 

Constructor & Destructor Documentation

com.nalpeiron.passlibrary.nalpError.nalpError ( )
inline

Default constructor.

com.nalpeiron.passlibrary.nalpError.nalpError ( int  i,
String  msg 
)
inline

Regular constructor.

Parameters
iThe error code that was returned by the Nalp function (Nalpeiron V10 error returns)
msgA descriptive error message

Member Function Documentation

int com.nalpeiron.passlibrary.nalpError.getErrorCode ( )
inline

Returns the error code of the Nalp function.

Returns
The error code of the Nalp function. Should always be negative (Nalpeiron V10 error returns)
String com.nalpeiron.passlibrary.nalpError.getErrorMessage ( )
inline