Generic hardware access library
HAL::VerifyException Class Reference

Indicates an Error during verification of a written value. More...

#include <VerifyException.hh>

Inheritance diagram for HAL::VerifyException:
HAL::HardwareAccessException

List of all members.

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)

Detailed Description

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.

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

Definition at line 31 of file VerifyException.hh.


Constructor & Destructor Documentation

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.


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