Generic hardware access library
|
The baseclass of all exceptions thrown in this library. More...
#include <HardwareAccessException.hh>
Public Member Functions | |
HardwareAccessException () | |
HardwareAccessException (const std::string name, const std::string message, const std::string module, const int line, const std::string function) | |
HardwareAccessException (const std::string name, const std::string message, const std::string module, const int line, const std::string function, xcept::Exception &previous) |
The baseclass of all exceptions thrown in this library.
Definition at line 22 of file HardwareAccessException.hh.
Definition at line 24 of file HardwareAccessException.hh.
HAL::HardwareAccessException::HardwareAccessException | ( | const std::string | name, |
const std::string | message, | ||
const std::string | module, | ||
const int | line, | ||
const std::string | function | ||
) | [inline] |
Definition at line 26 of file HardwareAccessException.hh.
HAL::HardwareAccessException::HardwareAccessException | ( | const std::string | name, |
const std::string | message, | ||
const std::string | module, | ||
const int | line, | ||
const std::string | function, | ||
xcept::Exception & | previous | ||
) | [inline] |
Definition at line 33 of file HardwareAccessException.hh.