|
HokuyoAIST
3.0.1
|
Runtime error class. More...
#include <hokuyoaist/hokuyo_errors.h>


Public Member Functions | |
| RuntimeError (unsigned int desc_code) | |
| Runtime error constructor. | |
| RuntimeError (unsigned int desc_code, char const *error_type) | |
| virtual | ~RuntimeError () throw () |
Runtime error class.
Definition at line 118 of file hokuyo_errors.h.
| hokuyoaist::RuntimeError::RuntimeError | ( | unsigned int | desc_code | ) | [inline] |
Runtime error constructor.
| desc_code | Index into the error descriptions string table. |
Definition at line 124 of file hokuyo_errors.h.
| hokuyoaist::RuntimeError::RuntimeError | ( | unsigned int | desc_code, |
| char const * | error_type | ||
| ) | [inline] |
Definition at line 127 of file hokuyo_errors.h.
| virtual hokuyoaist::RuntimeError::~RuntimeError | ( | ) | throw () [inline, virtual] |
Definition at line 130 of file hokuyo_errors.h.
1.7.6.1