Exception class for CustomXmlAndroidAPI
◆ CustomXmlException() [1/3]
it.custom.powertool.api.android.CustomXmlException.CustomXmlException |
( |
long |
lErrorCode | ) |
|
|
inline |
◆ CustomXmlException() [2/3]
it.custom.powertool.api.android.CustomXmlException.CustomXmlException |
( |
long |
lErrorCode, |
|
|
String |
strAddErrorDescr |
|
) |
| |
|
inline |
◆ CustomXmlException() [3/3]
it.custom.powertool.api.android.CustomXmlException.CustomXmlException |
( |
String |
strMessage | ) |
|
|
inline |
◆ getAddMessage()
String it.custom.powertool.api.android.CustomXmlException.getAddMessage |
( |
| ) |
|
|
inline |
Returns the Additional Error String description
- Returns
- the Additional Error String description
◆ GetErrorCode()
long it.custom.powertool.api.android.CustomXmlException.GetErrorCode |
( |
| ) |
|
|
inline |
Returns the error code
- Returns
- the error code
◆ getMessage()
String it.custom.powertool.api.android.CustomXmlException.getMessage |
( |
| ) |
|
|
inline |
Returns the String with the error code and its description
- Returns
- the String with the error code and its description
◆ toString()
String it.custom.powertool.api.android.CustomXmlException.toString |
( |
| ) |
|
|
inline |
Returns the String with the error code and its description
- Returns
- the String with the error code and its description
◆ CUSTOM_XMLPRINT_FEATURE_NOT_ENABLED
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_FEATURE_NOT_ENABLED = 8 |
|
static |
◆ CUSTOM_XMLPRINT_FONT_NOT_AVAILABLE
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_FONT_NOT_AVAILABLE = 10 |
|
static |
◆ CUSTOM_XMLPRINT_GENERIC_FAILURE
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_GENERIC_FAILURE = 1 |
|
static |
◆ CUSTOM_XMLPRINT_INTERNAL_LIBRARY_ERROR
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_INTERNAL_LIBRARY_ERROR = 4 |
|
static |
Internal engine library error
◆ CUSTOM_XMLPRINT_INVALID_ARGUMENT
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_INVALID_ARGUMENT = 2 |
|
static |
◆ CUSTOM_XMLPRINT_LIBRARY_ERROR
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_LIBRARY_ERROR = 5 |
|
static |
◆ CUSTOM_XMLPRINT_NOT_CUSTOM_PRINTER
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_NOT_CUSTOM_PRINTER = 7 |
|
static |
Supplied printer is not a Custom printer
◆ CUSTOM_XMLPRINT_NOT_VALID_PRINTER
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_NOT_VALID_PRINTER = 3 |
|
static |
Printer name is not valid
◆ CUSTOM_XMLPRINT_PARSE_ERROR
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_PARSE_ERROR = 6 |
|
static |
◆ CUSTOM_XMLPRINT_SECURITY_ERROR
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_SECURITY_ERROR = 9 |
|
static |
◆ CUSTOM_XMLPRINT_SUCCESS
final int it.custom.powertool.api.android.CustomXmlException.CUSTOM_XMLPRINT_SUCCESS = 0 |
|
static |