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 97 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 103 of file hokuyo_errors.h.
hokuyoaist::LogicError::LogicError | ( | unsigned int | desc_code, | |
char const * | error_type | |||
) | [inline] |
Definition at line 106 of file hokuyo_errors.h.
virtual hokuyoaist::LogicError::~LogicError | ( | ) | throw () [inline, virtual] |
Definition at line 109 of file hokuyo_errors.h.