Nail to Nail Fingerprint Capture Challenge
API for participant-specific one-to-many template generation and template matching.
|
A NotImplemented object is thrown when the underlying implementation of this interface has not or could not be created. More...
#include <be_error_exception.h>
Public Member Functions | |
NotImplemented () | |
Construct a NotImplemented object with the default information string. | |
NotImplemented (const std::string &info) | |
Construct a NotImplemented object with an information string appended to the default information string. | |
![]() | |
Exception () | |
Construct an Exception object without an information string. | |
Exception (std::string info) | |
Construct an Exception object with an information string. More... | |
const char * | what () const noexcept |
Obtain the information string associated with the exception. More... | |
const std::string | whatString () const noexcept |
Obtain the information string associated with the exception. More... | |
A NotImplemented object is thrown when the underlying implementation of this interface has not or could not be created.