Generic hardware access library
|
Thrown if there is a problem in the BusAdapter. More...
#include <BusAdapterException.hh>
Public Member Functions | |
BusAdapterException (const std::string message, const std::string module, const int line, const std::string function) | |
BusAdapterException (const std::string message, const std::string module, const int line, const std::string function, xcept::Exception &previous) |
Thrown if there is a problem in the BusAdapter.
Definition at line 21 of file BusAdapterException.hh.
HAL::BusAdapterException::BusAdapterException | ( | const std::string | message, |
const std::string | module, | ||
const int | line, | ||
const std::string | function | ||
) | [inline] |
Definition at line 23 of file BusAdapterException.hh.
HAL::BusAdapterException::BusAdapterException | ( | 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 BusAdapterException.hh.