NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
#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... | |
![]() | |
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... | |
Definition at line 22 of file be_mpi_exception.h.
BiometricEvaluation::MPI::Exception::Exception | ( | ) |
Construct with default information string.
BiometricEvaluation::MPI::Exception::Exception | ( | std::string | info | ) |
Constructor.
info | Custom information string. Will be appended to the default information string. |
|
virtualdefaultnoexcept |
Destructor.
Reimplemented from BiometricEvaluation::Error::Exception.