|
Enrollment 28.2.0
|
License is expired. More...
#include <LicenseException.h>
Public Member Functions | |
| EnrollmentException (std::string reason, SourceLocation location=SourceLocation()) | |
| Construct EnrollmentException object. | |
| const char * | what () const noexcept override |
| Provides error message. | |
| SourceLocation | Location () const noexcept |
| Provides location of error. | |
| std::string | ToString () const |
| Provides message with full info about exception. | |
License is expired.
|
inlineexplicitinherited |
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.
| reason | error reason |
| location | Source location of where the exception was thrown |
|
inlinenodiscardnoexceptinherited |
Provides location of error.
|
inlinenodiscardinherited |
Provides message with full info about exception.
|
inlinenodiscardoverridenoexceptinherited |
Provides error message.
Standard exception error message interface which is usually used for printing message when exception is caught in user application.