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


Public Member Functions | |
| LogicError (unsigned int desc_code) | |
| Logic error constructor. | |
| LogicError (unsigned int desc_code, char const *error_type) | |
| virtual | ~LogicError () throw () |
Logic error class.
Definition at line 101 of file hokuyo_errors.h.
| hokuyoaist::LogicError::LogicError | ( | unsigned int | desc_code | ) | [inline] |
Logic error constructor.
| desc_code | Index into the error descriptions string table. |
Definition at line 107 of file hokuyo_errors.h.
| hokuyoaist::LogicError::LogicError | ( | unsigned int | desc_code, |
| char const * | error_type | ||
| ) | [inline] |
Definition at line 110 of file hokuyo_errors.h.
| virtual hokuyoaist::LogicError::~LogicError | ( | ) | throw () [inline, virtual] |
Definition at line 113 of file hokuyo_errors.h.
1.7.6.1