Nail to Nail Fingerprint Capture Challenge
API for participant-specific one-to-many template generation and template matching.
Public Member Functions | List of all members
BiometricEvaluation::Error::StrategyError Class Reference

A StrategyError object is thrown when the underlying implementation of this interface encounters an error. More...

#include <be_error_exception.h>

+ Inheritance diagram for BiometricEvaluation::Error::StrategyError:

Public Member Functions

 StrategyError ()
 Construct a StrategyError object with the default information string.
 
 StrategyError (const std::string &info)
 Construct a StrategyError object with an information string appended to the default information string.
 
- Public Member Functions inherited from BiometricEvaluation::Error::Exception
 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...
 

Detailed Description

A StrategyError object is thrown when the underlying implementation of this interface encounters an error.