NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Public Member Functions | List of all members
BiometricEvaluation::Error::ObjectExists Class Reference

The named object exists and will not be replaced. More...

#include <be_error_exception.h>

Inherits BiometricEvaluation::Error::Exception.

Public Member Functions

 ObjectExists ()
 Construct a ObjectExists object with the default information string. More...
 
 ObjectExists (const std::string &info)
 Construct a ObjectExists object with an information string appended to the default information string. More...
 
- Public Member Functions inherited from BiometricEvaluation::Error::Exception
 Exception ()
 Construct an Exception object without an information string. More...
 
 Exception (std::string info)
 Construct an Exception object with an information string. More...
 
virtual ~Exception ()=default
 
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 named object exists and will not be replaced.

Definition at line 189 of file be_error_exception.h.

Constructor & Destructor Documentation

◆ ObjectExists() [1/2]

BiometricEvaluation::Error::ObjectExists::ObjectExists ( )

Construct a ObjectExists object with the default information string.

◆ ObjectExists() [2/2]

BiometricEvaluation::Error::ObjectExists::ObjectExists ( const std::string &  info)

Construct a ObjectExists object with an information string appended to the default information string.


The documentation for this class was generated from the following file: