|
Enrollment 28.2.0
|
Enrollment SDK uses exceptions to propagate errors. More...
Classes | |
| class | EnrollmentException |
| Base exception for all enrollment-sdk exceptions. More... | |
| class | EnrollmentRuntimeException |
| Base exception for all enrollment-sdk runtime exceptions. More... | |
| class | EnrollmentInvalidArgumentException |
| Base exception for all enrollment-sdk invalid argument exceptions. More... | |
| class | InvalidTemplateException |
| The template is empty or or do not contain enough distinctive data or is corrupted. More... | |
| class | UnsupportedTemplateException |
| Template version is not supported in this variant of Enrollment SDK. More... | |
| class | IncompatibleTemplateException |
| Template is incompatible in requested operation. More... | |
| class | InvalidImageArgumentException |
| Image has wrong format or dimensions or dpi and is not suitable for processing. More... | |
| class | NullArgumentException |
| Null argument is not allowed. More... | |
| class | LicenseException |
| Base exception for all enrollment-sdk license errors. More... | |
| class | LicenseNotFoundException |
| License is not found. More... | |
| class | InvalidLicenseException |
| License is found but is invalid. More... | |
| class | ExpiredLicenseException |
| License is expired. More... | |
| class | LicenseFeatureNotAllowedException |
| The licensed feature is not allowed. More... | |
| class | InvalidHWIDException |
| HWID in license is wrong or can not be read. More... | |
| class | LicenseLimitReachedException |
| The limit for operation/count is reached in license. More... | |
| class | NotSupportedException |
| When user uses not supported functionality. More... | |
| class | FileException |
| Exception for file processing. More... | |
| class | ImageException |
| Exception for image processing. More... | |