Exception class for CustomAndroidAPI
it.custom.printer.api.android.CustomException.CustomException |
( |
long |
lErrorCode | ) |
|
|
inline |
it.custom.printer.api.android.CustomException.CustomException |
( |
long |
lErrorCode, |
|
|
String |
strAddErrorDescr |
|
) |
| |
|
inline |
it.custom.printer.api.android.CustomException.CustomException |
( |
String |
strMessage | ) |
|
|
inline |
String it.custom.printer.api.android.CustomException.getAddMessage |
( |
| ) |
|
|
inline |
Returns the Additional Error String description
- Returns
- the Additional Error String description
long it.custom.printer.api.android.CustomException.GetErrorCode |
( |
| ) |
|
|
inline |
Returns the error code
- Returns
- the error code
String it.custom.printer.api.android.CustomException.getMessage |
( |
| ) |
|
|
inline |
Returns the String with the error code and its description
- Returns
- the String with the error code and its description
String it.custom.printer.api.android.CustomException.toString |
( |
| ) |
|
|
inline |
Returns the String with the error code and its description
- Returns
- the String with the error code and its description
final int it.custom.printer.api.android.CustomException.ERR_DATABARCODE = 10 |
|
static |
Indicates that an Error during the printer of Barcode
final int it.custom.printer.api.android.CustomException.ERR_DEVICENOTRECOGNIZED = 7 |
|
static |
Indicates that an Error because this device is not recognized
final int it.custom.printer.api.android.CustomException.ERR_DEVICENOTSUPPORTED = 6 |
|
static |
Indicates that an Error because this device is not supported
final int it.custom.printer.api.android.CustomException.ERR_GENERIC = 0 |
|
static |
Indicates that an Generic Error
final int it.custom.printer.api.android.CustomException.ERR_INITCOMMUNICATIONERROR = 8 |
|
static |
Indicates that an Error during the init communication with the printer
final int it.custom.printer.api.android.CustomException.ERR_PRINTERCOMMUNICATIONERROR = 4 |
|
static |
Indicates that an Error during the communication with the printer
final int it.custom.printer.api.android.CustomException.ERR_PRINTERNOTCONNECTED = 3 |
|
static |
Indicates that the printer isn't connected
final int it.custom.printer.api.android.CustomException.ERR_UNSUPPORTEDFUNCTION = 9 |
|
static |
Indicates that this printer do not support this function
final int it.custom.printer.api.android.CustomException.ERR_WRONGPARAMETERVALUE = 2 |
|
static |
Indicates that an Error on a parameter value
final int it.custom.printer.api.android.CustomException.ERR_WRONGPICTURE = 1 |
|
static |
Indicates that an Error on the Picture to print
final int it.custom.printer.api.android.CustomException.ERR_WRONGPRINTERFONT = 5 |
|
static |