An exception related to a HardwareInterface. More...
#include <hardware_interface.h>
Public Member Functions | |
| HardwareInterfaceException (const std::string &message) | |
| virtual const char * | what () const throw () |
| virtual | ~HardwareInterfaceException () throw () |
Private Attributes | |
| std::string | msg |
An exception related to a HardwareInterface.
Definition at line 72 of file hardware_interface.h.
| hardware_interface::HardwareInterfaceException::HardwareInterfaceException | ( | const std::string & | message | ) | [inline] |
Definition at line 75 of file hardware_interface.h.
| virtual hardware_interface::HardwareInterfaceException::~HardwareInterfaceException | ( | ) | throw () [inline, virtual] |
Definition at line 78 of file hardware_interface.h.
| virtual const char* hardware_interface::HardwareInterfaceException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 80 of file hardware_interface.h.
std::string hardware_interface::HardwareInterfaceException::msg [private] |
Definition at line 87 of file hardware_interface.h.