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

#include <be_mpi_exception.h>

Inherits BiometricEvaluation::Error::Exception.

Inherited by BiometricEvaluation::MPI::TerminateJob.

Public Member Functions

 Exception ()
 Construct with default information string. More...
 
 Exception (std::string info)
 Constructor. More...
 
virtual ~Exception () noexcept=default
 Destructor. 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

Definition at line 22 of file be_mpi_exception.h.

Constructor & Destructor Documentation

◆ Exception() [1/2]

BiometricEvaluation::MPI::Exception::Exception ( )

Construct with default information string.

◆ Exception() [2/2]

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

Constructor.

Parameters
infoCustom information string. Will be appended to the default information string.

◆ ~Exception()

virtual BiometricEvaluation::MPI::Exception::~Exception ( )
virtualdefaultnoexcept

Destructor.

Reimplemented from BiometricEvaluation::Error::Exception.


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