Robotics Library
0.7.0
|
#include <DeviceException.h>
Public Member Functions | |
DeviceException (const ::std::string &what_arg) | |
DeviceException (const int &errnum) | |
virtual | ~DeviceException () throw () |
Public Member Functions inherited from rl::hal::Exception | |
Exception (const ::std::string &what_arg) | |
Exception (const int &errnum) | |
virtual | ~Exception () throw () |
Additional Inherited Members | |
Static Public Member Functions inherited from rl::hal::Exception | |
::std::string | strerror (const int &errnum) |
rl::hal::DeviceException::DeviceException | ( | const ::std::string & | what_arg | ) |
rl::hal::DeviceException::DeviceException | ( | const int & | errnum | ) |
|
virtual |