Generic hardware access library
|
Indicates a problem with the hardware. More...
#include <HardwareProblemException.hh>
Public Member Functions | |
~HardwareProblemException () throw () | |
HardwareProblemException () | |
HardwareProblemException (std::string text) | |
const char * | what () const throw () |
Private Attributes | |
std::string | name |
std::string | whatString |
Indicates a problem with the hardware.
Definition at line 22 of file HardwareProblemException.hh.
HAL::HardwareProblemException::~HardwareProblemException | ( | ) | throw () [inline] |
Definition at line 24 of file HardwareProblemException.hh.
Definition at line 25 of file HardwareProblemException.hh.
HAL::HardwareProblemException::HardwareProblemException | ( | std::string | text | ) | [inline] |
Definition at line 30 of file HardwareProblemException.hh.
const char* HAL::HardwareProblemException::what | ( | ) | const throw () [inline] |
Definition at line 35 of file HardwareProblemException.hh.
std::string HAL::HardwareProblemException::name [private] |
Definition at line 40 of file HardwareProblemException.hh.
std::string HAL::HardwareProblemException::whatString [private] |
Definition at line 41 of file HardwareProblemException.hh.