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::Exception Class Reference

The parent class of all BiometricEvaluation exceptions. More...

#include <be_error_exception.h>

+ Inheritance diagram for BiometricEvaluation::Error::Exception:

Public Member Functions

 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

The parent class of all BiometricEvaluation exceptions.

The classes derived from this class will have a default information string set indicating the type of exception. Any additional information string is appended to that string.

Constructor & Destructor Documentation

◆ Exception()

BiometricEvaluation::Error::Exception::Exception ( std::string  info)

Construct an Exception object with an information string.

Parameters
[in]infoThe information string associated with the exception.

Member Function Documentation

◆ what()

const char * BiometricEvaluation::Error::Exception::what ( ) const
noexcept

Obtain the information string associated with the exception.

Returns
The information string as a char array.

◆ whatString()

const std::string BiometricEvaluation::Error::Exception::whatString ( ) const
noexcept

Obtain the information string associated with the exception.

Returns
The information string.