|
Robotics Library
0.7.0
|
#include <Exception.h>

Public Member Functions | |
| Exception (const ::std::string &what_arg) | |
| Exception (const int &errnum) | |
| virtual | ~Exception () throw () |
Static Public Member Functions | |
| ::std::string | strerror (const int &errnum) |
| rl::hal::Exception::Exception | ( | const ::std::string & | what_arg | ) |
| rl::hal::Exception::Exception | ( | const int & | errnum | ) |
|
virtual | |||||||||||||
Reimplemented in rl::hal::MitsubishiR3::Exception, rl::hal::HilscherCifx::Exception, and rl::hal::Dc1394Camera::Exception.
|
static |