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

Error when reading data from an external source. More...

#include <be_error_exception.h>

+ Inheritance diagram for BiometricEvaluation::Error::DataError:

Public Member Functions

 DataError ()
 Construct a DataError object with the default information string.
 
 DataError (const std::string &info)
 Construct a DataError 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

Error when reading data from an external source.

Typically occurs when reading data from a standard record, ANST/NIST 2000, for example, and a required field is missing, or a field has invalid data.