Template version is not supported in this variant of Enrollment SDK.
More...
#include <EnrollmentException.h>
Template version is not supported in this variant of Enrollment SDK.
◆ EnrollmentException()
Construct EnrollmentException object.
Constructor of EnrollmentException exception. This exception is used for general errors or as a base class for custom exceptions of the enrollment SDK.
- Parameters
-
| reason | error reason |
| location | Source location of where the exception was thrown |
◆ Location()
|
|
inlinenodiscardnoexceptinherited |
Provides location of error.
- Returns
- error location
◆ ToString()
| std::string ToString |
( |
| ) |
const |
|
inlinenodiscardinherited |
Provides message with full info about exception.
- Returns
- exception data as string
◆ what()
| const char * what |
( |
| ) |
const |
|
inlinenodiscardoverridenoexceptinherited |
Provides error message.
Standard exception error message interface which is usually used for printing message when exception is caught in user application.
- Returns
- error message
The documentation for this class was generated from the following file: