Robotics Library
0.7.0
|
#include <MitsubishiR3.h>
Public Member Functions | |
Exception (const int &errorNo, const ::std::string &what_arg) | |
virtual | ~Exception () throw () |
int | getErrorNo () const |
Public Member Functions inherited from rl::hal::ComException | |
ComException (const ::std::string &what_arg) | |
ComException (const int &errnum) | |
virtual | ~ComException () throw () |
Public Member Functions inherited from rl::hal::Exception | |
Exception (const ::std::string &what_arg) | |
Exception (const int &errnum) | |
Private Attributes | |
int | errorNo |
Additional Inherited Members | |
Static Public Member Functions inherited from rl::hal::Exception | |
::std::string | strerror (const int &errnum) |
rl::hal::MitsubishiR3::Exception::Exception | ( | const int & | errorNo, |
const ::std::string & | what_arg | ||
) |
|
virtual |
Reimplemented from rl::hal::Exception.
int rl::hal::MitsubishiR3::Exception::getErrorNo | ( | ) | const |
|
private |