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 114 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 120 of file hokuyo_errors.h.
hokuyoaist::RuntimeError::RuntimeError | ( | unsigned int | desc_code, |
char const * | error_type | ||
) | [inline] |
Definition at line 123 of file hokuyo_errors.h.
virtual hokuyoaist::RuntimeError::~RuntimeError | ( | ) | throw () [inline, virtual] |
Definition at line 126 of file hokuyo_errors.h.