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


Public Member Functions | |
| ArgError (unsigned int desc_code) | |
| Argument error constructor. | |
| ArgError (unsigned int desc_code, char const *error_type) | |
| virtual | ~ArgError () throw () |
Bad argument error class.
Definition at line 253 of file hokuyo_errors.h.
| hokuyoaist::ArgError::ArgError | ( | unsigned int | desc_code | ) | [inline] |
Argument error constructor.
| desc_code | Index into the error descriptions string table. |
Definition at line 259 of file hokuyo_errors.h.
| hokuyoaist::ArgError::ArgError | ( | unsigned int | desc_code, |
| char const * | error_type | ||
| ) | [inline] |
Definition at line 262 of file hokuyo_errors.h.
| virtual hokuyoaist::ArgError::~ArgError | ( | ) | throw () [inline, virtual] |
Definition at line 265 of file hokuyo_errors.h.
1.7.6.1