de.softpro.signware.SPSignwareException Class Reference
List of all members.Detailed Description
This class includes Signware errors with an error description.
- Operating Systems:
- Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)
Public Member Functions | |
| int | getErrCode () |
| Query the error code. | |
| String | getMessage () |
| Query a String representation of the error code. | |
| SPSignwareException (int iErrCode) | |
| Instantiate a SPSignwareException. | |
Static Public Attributes | |
| static final int | SP_APPLERR = -24 |
| Application error. | |
| static final int | SP_BUSYERR = -25 |
| Busy error. | |
| static final int | SP_CANCELERR = -23 |
| Aborted / cancelled by user. | |
| static final int | SP_CHECKSUMERR = -33 |
| Smartcard checksum error. | |
| static final int | SP_CLASSERR = -2 |
| Class error. | |
| static final int | SP_COMMERR = -21 |
| Communication error. | |
| static final int | SP_CORRUPTEDDATAERR = -15 |
| Corrupted / broken data. | |
| static final int | SP_CREATEERR = -18 |
| File creation error. | |
| static final int | SP_CRYPTERR = -11 |
| En / Decryption error. | |
| static final int | SP_DIBERR = -20 |
| Bitmap creation error. | |
| static final int | SP_DYNAMICERR = -27 |
| Error in Dynamic engine. | |
| static final int | SP_FIELDERR = -4 |
| Field error. | |
| static final int | SP_FILEERR = -26 |
| File / data IO error. | |
| static final int | SP_IDENTICERR = -38 |
| Compare error, signature and reference are identical. | |
| static final int | SP_INTERR = -8 |
| Internal error. | |
| static final int | SP_INVALIDERR = -35 |
| invalid value | |
| static final int | SP_LICENSEERR = -34 |
| License error. | |
| static final int | SP_LINKLIBRARYERR = -29 |
| Library error. | |
| static final int | SP_MEMERR = -6 |
| Out of memory error. | |
| static final int | SP_METHODERR = -3 |
| Method error. | |
| static final int | SP_NOERR = 0 |
| No error. | |
| static final int | SP_NOPADERR = -28 |
| Tablet not accessible. | |
| static final int | SP_OFFLINEERR = -31 |
| A device is offline. | |
| static final int | SP_OPENERR = -17 |
| File open error. | |
| static final int | SP_PARAMERR = -1 |
| Parameter error. | |
| static final int | SP_SMARTCARDERR = -32 |
| Smartcard driver error. | |
| static final int | SP_STATICERR = -7 |
| error in static engine | |
| static final int | SP_TIMEOUTERR = -40 |
| Timeout error. | |
| static final int | SP_UNSUPPORTEDERR = -5 |
| Unsupported device error. | |
| static final int | SP_VERSIONERR = -16 |
| Wrong Version. | |
Constructor & Destructor Documentation
|
|
Instantiate a SPSignwareException.
|
Member Function Documentation
|
|
Query the error code.
|
|
|
Query a String representation of the error code.
|
Member Data Documentation
|
|
Application error. Application may not call the function at this time |
|
|
Busy error. The requested resource / device is busy |
|
|
Aborted / cancelled by user. The requested action was aborted or cancelled by user |
|
|
Smartcard checksum error. Error during smartcard verify pin commands |
|
|
Class error. A class is not accessible |
|
|
Communication error. A communication link could not be created |
|
|
Corrupted / broken data. Data is corrupted, does bot comply with the expected format |
|
|
File creation error. A file or data item could not be created |
|
|
En / Decryption error. Cannot encrypt / decrypt |
|
|
Bitmap creation error. A bitmap / image could not be created |
|
|
Error in Dynamic engine. Dynamic engine returned an error |
|
|
Field error. A field in a class is not accessible |
|
|
File / data IO error. File or data IO error |
|
|
Compare error, signature and reference are identical.
|
|
|
Internal error. An unspecified internal (e. g. exception) error has occurred |
|
|
invalid value
|
|
|
License error.
|
|
|
Library error. Cannot load a library |
|
|
Out of memory error. The operation could not access the required amount of memory |
|
|
Method error. A method in a class is not accessible |
|
|
No error. The function returned successfully |
|
|
Tablet not accessible. Tablet not connected, or not installed, or not accessible |
|
|
A device is offline.
|
|
|
File open error. A file or data item could not be opened |
|
|
Parameter error. An illegal parameter was passed |
|
|
Smartcard driver error. Error when calling the smartcard driver |
|
|
error in static engine The static engine returned an error |
|
|
Timeout error.
|
|
|
Unsupported device error. The operation could not access the requested device |
|
|
Wrong Version. A library was found with wrong version |
The documentation for this class was generated from the following file: