Generic hardware access library
|
Indicates that a value has bits set which are outside of a specified mask. More...
#include <MaskBoundaryException.hh>
Public Member Functions | |
MaskBoundaryException (const std::string message, const std::string module, const int line, const std::string function) | |
MaskBoundaryException (const std::string message, const std::string module, const int line, const std::string function, xcept::Exception &previous) |
Indicates that a value has bits set which are outside of a specified mask.
This Exception is thrown if a value is checked against a mask and if set bits are detected outside of the given mask.
Definition at line 26 of file MaskBoundaryException.hh.
HAL::MaskBoundaryException::MaskBoundaryException | ( | const std::string | message, |
const std::string | module, | ||
const int | line, | ||
const std::string | function | ||
) | [inline] |
Definition at line 28 of file MaskBoundaryException.hh.
HAL::MaskBoundaryException::MaskBoundaryException | ( | const std::string | message, |
const std::string | module, | ||
const int | line, | ||
const std::string | function, | ||
xcept::Exception & | previous | ||
) | [inline] |
Definition at line 38 of file MaskBoundaryException.hh.