General error class.
More...
#include <hokuyoaist/hokuyo_errors.h>
|
unsigned int | desc_code_ |
| Description code for use with the error string table.
|
|
std::string | error_str_ |
| Formatted description of the error.
|
|
char | error_type_ [32] |
| String representation of the error.
|
|
General error class.
Definition at line 65 of file hokuyo_errors.h.
◆ BaseError() [1/2]
hokuyoaist::BaseError::BaseError |
( |
unsigned int | desc_code, |
|
|
char const * | error_type ) |
Hokuyo error constructor.
- Parameters
-
desc_code | Index into the error descriptions string table. |
error_type | The error as a string. |
◆ BaseError() [2/2]
hokuyoaist::BaseError::BaseError |
( |
BaseError const & | rhs | ) |
|
◆ ~BaseError()
virtual hokuyoaist::BaseError::~BaseError |
( |
| ) |
|
throw | ( | ) | | | |
|
inlinevirtual |
◆ desc_code()
virtual unsigned int hokuyoaist::BaseError::desc_code |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtual |
◆ error_type()
virtual char const * hokuyoaist::BaseError::error_type |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtual |
◆ what()
virtual const char * hokuyoaist::BaseError::what |
( |
| ) |
const |
throw | ( | ) | | | |
|
virtual |
◆ desc_code_
unsigned int hokuyoaist::BaseError::desc_code_ |
|
protected |
Description code for use with the error string table.
Definition at line 87 of file hokuyo_errors.h.
◆ error_str_
std::string hokuyoaist::BaseError::error_str_ |
|
protected |
◆ error_type_
char hokuyoaist::BaseError::error_type_[32] |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/hokuyoaist-3.0.2-build/hokuyoaist-b87a88aa66853d3c9d901d4e6be729c5fe69aae0/include/hokuyoaist/hokuyo_errors.h