Generic hardware access library
|
Indicates a wrong value used in the program. More...
#include <NoSuchDeviceException.hh>
Public Member Functions | |
NoSuchDeviceException (const std::string message, const std::string module, const int line, const std::string function) | |
NoSuchDeviceException (const std::string message, const std::string module, const int line, const std::string function, xcept::Exception &previous) |
Indicates a wrong value used in the program.
This Exception is thrown in the constructor of the PCI device if the hardware device cannot be found.
Definition at line 24 of file NoSuchDeviceException.hh.
HAL::NoSuchDeviceException::NoSuchDeviceException | ( | const std::string | message, |
const std::string | module, | ||
const int | line, | ||
const std::string | function | ||
) | [inline] |
Definition at line 26 of file NoSuchDeviceException.hh.
HAL::NoSuchDeviceException::NoSuchDeviceException | ( | const std::string | message, |
const std::string | module, | ||
const int | line, | ||
const std::string | function, | ||
xcept::Exception & | previous | ||
) | [inline] |
Definition at line 36 of file NoSuchDeviceException.hh.