|
NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
|
Exceptions thrown from NFIQ2 functions. More...
#include <nfiq2_exception.hpp>
Inherits std::exception.
Public Member Functions | |
| Exception (const NFIQ2::ErrorCode &errorCode) | |
| Constructor which uses supplied error code and default message. More... | |
| Exception (const NFIQ2::ErrorCode &errorCode, const std::string &errorMessage) | |
| Constructor which uses supplied error code and user-defined message. More... | |
| virtual | ~Exception () noexcept |
| Destructor. More... | |
| virtual const char * | what () const noexcept |
| Extracts thrown exception error message string. More... | |
| NFIQ2::ErrorCode | getErrorCode () const |
| Obtain the return code of the exception. More... | |
| std::string | getErrorMessage () const |
| Obtain the error message of the exception. More... | |
Exceptions thrown from NFIQ2 functions.
Definition at line 55 of file nfiq2_exception.hpp.
| NFIQ2::Exception::Exception | ( | const NFIQ2::ErrorCode & | errorCode | ) |
Constructor which uses supplied error code and default message.
| errorCode | Error code for thrown exception. |
| NFIQ2::Exception::Exception | ( | const NFIQ2::ErrorCode & | errorCode, |
| const std::string & | errorMessage | ||
| ) |
Constructor which uses supplied error code and user-defined message.
| errorCode | Error code for thrown exception. |
| errorMessage | User defined error message for thrown exception. |
|
virtualnoexcept |
Destructor.
|
virtualnoexcept |
Extracts thrown exception error message string.
| NFIQ2::ErrorCode NFIQ2::Exception::getErrorCode | ( | ) | const |
Obtain the return code of the exception.
| std::string NFIQ2::Exception::getErrorMessage | ( | ) | const |
Obtain the error message of the exception.