Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits Exception.
Public Member Functions | |
getExecutionTime () | |
setExecutionTime (int $value) | |
__construct (?string $message, ?int $executionTime) | |
Static Public Member Functions | |
static | construct ($javaClass) |
Protected Member Functions | |
init () | |
Private Attributes | |
const | javaClassName = "com.aspose.mw.barcode.recognition.MwRecognitionAbortedException" |
$javaClass | |
RecognitionAbortedException::__construct | ( | ?string | $message, |
?int | $executionTime | ||
) |
Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message.
$message | null|string The error message of the exception. |
$executionTime | null|int The execution time of current recognition session. |
|
static |
RecognitionAbortedException::getExecutionTime | ( | ) |
Gets the execution time of current recognition session
|
protected |
RecognitionAbortedException::setExecutionTime | ( | int | $value | ) |
Sets the execution time of current recognition session
int | $value | The execution time of current recognition session |
|
private |
|
private |