Generic hardware access library
|
Indicates an Error during verification of a written value. More...
#include <VerifyException.hh>
Public Member Functions | |
VerifyException (const std::string message, const std::string module, const int line, const std::string function) | |
VerifyException (const std::string message, const std::string module, const int line, const std::string function, xcept::Exception &previous) |
Indicates an Error during verification of a written value.
For the operations "write", "unmasked write" and "setBit" there is the possibility to set a verify flag in the command. If set the operations read back the value which has been previously written, and if the result is not the same as the orgiginally written data word, this exception is thrown.
The what() methods reveals further explanations.
Definition at line 31 of file VerifyException.hh.
HAL::VerifyException::VerifyException | ( | const std::string | message, |
const std::string | module, | ||
const int | line, | ||
const std::string | function | ||
) | [inline] |
Definition at line 33 of file VerifyException.hh.
HAL::VerifyException::VerifyException | ( | const std::string | message, |
const std::string | module, | ||
const int | line, | ||
const std::string | function, | ||
xcept::Exception & | previous | ||
) | [inline] |
Definition at line 43 of file VerifyException.hh.