Generic hardware access library
HAL::MaskBoundaryException Class Reference

Indicates that a value has bits set which are outside of a specified mask. More...

#include <MaskBoundaryException.hh>

Inheritance diagram for HAL::MaskBoundaryException:
HAL::HardwareAccessException

List of all members.

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)

Detailed Description

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.

Author:
Christoph Schwick
Revision:
1.1
Date:
2007/03/05 18:02:10

Definition at line 26 of file MaskBoundaryException.hh.


Constructor & Destructor Documentation

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.


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