public class RecognitionAbortedException extends BarCodeRecognitionException implements java.io.Serializable
| Constructor and Description |
|---|
RecognitionAbortedException()
Initializes a new instance of the
|
RecognitionAbortedException(int executionTime)
Initializes a new instance of the
|
RecognitionAbortedException(java.lang.String message,
int executionTime)
Initializes a new instance of the
|
| Modifier and Type | Method and Description |
|---|---|
int |
getExecutionTime()
Gets the execution time of current recognition session
|
void |
setExecutionTime(int value)
Sets the execution time of current recognition session
|
public RecognitionAbortedException()
public RecognitionAbortedException(int executionTime)
executionTime - The execution time of current recognition session.public RecognitionAbortedException(java.lang.String message,
int executionTime)
message - The error message of the exception.executionTime - The execution time of current recognition session.public int getExecutionTime()
public void setExecutionTime(int value)
value - The execution time of current recognition session