NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
#include <string>
Go to the source code of this file.
Classes | |
class | BiometricEvaluation::Error::Exception |
The parent class of all BiometricEvaluation exceptions. More... | |
class | BiometricEvaluation::Error::FileError |
File error when opening, reading, writing, etc. More... | |
class | BiometricEvaluation::Error::ParameterError |
An invalid parameter was passed to a constructor or method. More... | |
class | BiometricEvaluation::Error::ConversionError |
Error when converting one object into another, a property value from string to int, for example. More... | |
class | BiometricEvaluation::Error::DataError |
Error when reading data from an external source. More... | |
class | BiometricEvaluation::Error::MemoryError |
An error occurred when allocating an object. More... | |
class | BiometricEvaluation::Error::ObjectExists |
The named object exists and will not be replaced. More... | |
class | BiometricEvaluation::Error::ObjectDoesNotExist |
The named object does not exist. More... | |
class | BiometricEvaluation::Error::ObjectIsOpen |
The object is already opened. More... | |
class | BiometricEvaluation::Error::ObjectIsClosed |
The object is closed. More... | |
class | BiometricEvaluation::Error::StrategyError |
A StrategyError object is thrown when the underlying implementation of this interface encounters an error. More... | |
class | BiometricEvaluation::Error::NotImplemented |
A NotImplemented object is thrown when the underlying implementation of this interface has not or could not be created. More... | |
Namespaces | |
namespace | BiometricEvaluation |
This software was developed at the National Institute of Standards and Technology (NIST) by employees of the Federal Government in the course of their official duties. | |
namespace | BiometricEvaluation::Error |
Exceptions, and other error handling. | |