General error class.
More...
#include <hokuyoaist/hokuyo_errors.h>
Protected Attributes |
unsigned int | desc_code_ |
| Description code for use with the error string table.
|
std::stringstream | ss |
| Formatted description of the error.
|
char | error_type_ [32] |
| String representation of the error.
|
Detailed Description
General error class.
Definition at line 65 of file hokuyo_errors.h.
Constructor & Destructor Documentation
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. |
hokuyoaist::BaseError::BaseError |
( |
BaseError const & |
rhs | ) |
|
virtual hokuyoaist::BaseError::~BaseError |
( |
| ) |
throw () |
|
inlinevirtual |
Member Function Documentation
virtual unsigned int hokuyoaist::BaseError::desc_code |
( |
| ) |
const throw () |
|
inlinevirtual |
virtual char const* hokuyoaist::BaseError::error_type |
( |
| ) |
const throw () |
|
inlinevirtual |
virtual const char* hokuyoaist::BaseError::what |
( |
| ) |
throw () |
|
virtual |
Member Data Documentation
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.
char hokuyoaist::BaseError::error_type_[32] |
|
protected |
std::stringstream hokuyoaist::BaseError::ss |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/gbiggs-hokuyoaist-32e8771/include/hokuyoaist/hokuyo_errors.h