Class DocumentReaderException
- java.lang.Object
-
- RegulaException
-
- com.regula.documentreader.api.errors.DocumentReaderException
-
public class DocumentReaderException extends RegulaException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DocumentReaderException.DocumentReaderErrorCodes
-
Field Summary
Fields Modifier and Type Field Description static int
BACKEND_ONLINE_PROCESSING
static int
DB_DOWNLOAD_ERROR
static int
DOCUMENT_READER_APP_BACKGROUND
static int
DOCUMENT_READER_BLE_EXCEPTION
static int
DOCUMENT_READER_STATE_EXCEPTION
static int
DOCUMENT_READER_WRONG_INPUT
static int
FEATURE_BLUETOOTH_LE_NOT_SUPPORTED
static int
INITIALIZATION_FAILED
static int
INVALID_TCC_PARAMS
static int
LICENSE_ABSENT_OR_CORRUPTED
static int
LICENSE_DATABASE_INCORRECT
static int
LICENSE_INVALID_DATE
static int
LICENSE_INVALID_DEVICE_ID
static int
LICENSE_INVALID_SYSTEM_OR_APP_ID
static int
LICENSE_INVALID_VERSION
static int
LICENSE_NO_AUTHENTICITY
static int
LICENSE_NO_CAPABILITIES
static int
LICENSE_NO_DATABASE
static int
NATIVE_JAVA_EXCEPTION
static int
ONLINE_PROCESSING_WRONG_INPUT
-
Constructor Summary
Constructors Constructor Description DocumentReaderException()
DocumentReaderException(int code)
DocumentReaderException(int code, java.lang.String message)
DocumentReaderException(java.lang.String message)
DocumentReaderException(java.lang.String message, java.lang.Throwable cause)
DocumentReaderException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
java.lang.String
getMessage()
-
-
-
Field Detail
-
NATIVE_JAVA_EXCEPTION
public static final int NATIVE_JAVA_EXCEPTION
- See Also:
- Constant Field Values
-
DOCUMENT_READER_STATE_EXCEPTION
public static final int DOCUMENT_READER_STATE_EXCEPTION
- See Also:
- Constant Field Values
-
DOCUMENT_READER_WRONG_INPUT
public static final int DOCUMENT_READER_WRONG_INPUT
- See Also:
- Constant Field Values
-
INITIALIZATION_FAILED
public static final int INITIALIZATION_FAILED
- See Also:
- Constant Field Values
-
ONLINE_PROCESSING_WRONG_INPUT
public static final int ONLINE_PROCESSING_WRONG_INPUT
- See Also:
- Constant Field Values
-
DOCUMENT_READER_BLE_EXCEPTION
public static final int DOCUMENT_READER_BLE_EXCEPTION
- See Also:
- Constant Field Values
-
DOCUMENT_READER_APP_BACKGROUND
public static final int DOCUMENT_READER_APP_BACKGROUND
- See Also:
- Constant Field Values
-
DB_DOWNLOAD_ERROR
public static final int DB_DOWNLOAD_ERROR
- See Also:
- Constant Field Values
-
LICENSE_ABSENT_OR_CORRUPTED
public static final int LICENSE_ABSENT_OR_CORRUPTED
- See Also:
- Constant Field Values
-
LICENSE_INVALID_DATE
public static final int LICENSE_INVALID_DATE
- See Also:
- Constant Field Values
-
LICENSE_INVALID_VERSION
public static final int LICENSE_INVALID_VERSION
- See Also:
- Constant Field Values
-
LICENSE_INVALID_DEVICE_ID
public static final int LICENSE_INVALID_DEVICE_ID
- See Also:
- Constant Field Values
-
LICENSE_INVALID_SYSTEM_OR_APP_ID
public static final int LICENSE_INVALID_SYSTEM_OR_APP_ID
- See Also:
- Constant Field Values
-
LICENSE_NO_CAPABILITIES
public static final int LICENSE_NO_CAPABILITIES
- See Also:
- Constant Field Values
-
LICENSE_NO_AUTHENTICITY
public static final int LICENSE_NO_AUTHENTICITY
- See Also:
- Constant Field Values
-
LICENSE_NO_DATABASE
public static final int LICENSE_NO_DATABASE
- See Also:
- Constant Field Values
-
LICENSE_DATABASE_INCORRECT
public static final int LICENSE_DATABASE_INCORRECT
- See Also:
- Constant Field Values
-
FEATURE_BLUETOOTH_LE_NOT_SUPPORTED
public static final int FEATURE_BLUETOOTH_LE_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
INVALID_TCC_PARAMS
public static final int INVALID_TCC_PARAMS
- See Also:
- Constant Field Values
-
BACKEND_ONLINE_PROCESSING
public static final int BACKEND_ONLINE_PROCESSING
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DocumentReaderException
public DocumentReaderException()
-
DocumentReaderException
public DocumentReaderException(int code)
-
DocumentReaderException
public DocumentReaderException(int code, java.lang.String message)
-
DocumentReaderException
public DocumentReaderException(java.lang.String message)
-
DocumentReaderException
public DocumentReaderException(java.lang.String message, java.lang.Throwable cause)
-
DocumentReaderException
public DocumentReaderException(java.lang.Throwable cause)
-
-