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 245 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 251 of file hokuyo_errors.h.
hokuyoaist::ArgError::ArgError | ( | unsigned int | desc_code, |
char const * | error_type | ||
) | [inline] |
Definition at line 254 of file hokuyo_errors.h.
virtual hokuyoaist::ArgError::~ArgError | ( | ) | throw () [inline, virtual] |
Definition at line 257 of file hokuyo_errors.h.