#include <sot/core/exception-task.hh>
|
| enum | ErrorCodeEnum {
GENERIC = ExceptionAbstract::TASK
, EMPTY_LIST
, NON_ADEQUATE_FEATURES
, MATRIX_SIZE
,
BOUND_TYPE
, PARSER_MULTI_BOUND
} |
| |
| enum | ExceptionEnum {
ABSTRACT = 0
, SIGNAL = 100
, TASK = 200
, FEATURE = 300
,
FACTORY = 400
, DYNAMIC = 500
, TRACES = 600
, TOOLS = 700
,
PATTERN_GENERATOR = 800
} |
| |
◆ ErrorCodeEnum
| Enumerator |
|---|
| GENERIC | |
| EMPTY_LIST | |
| NON_ADEQUATE_FEATURES | |
| MATRIX_SIZE | |
| BOUND_TYPE | |
| PARSER_MULTI_BOUND | |
◆ ExceptionTask() [1/2]
◆ ExceptionTask() [2/2]
| dynamicgraph::sot::ExceptionTask::ExceptionTask |
( |
const ExceptionTask::ErrorCodeEnum & |
errcode, |
|
|
const std::string & |
msg, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ ~ExceptionTask()
| virtual dynamicgraph::sot::ExceptionTask::~ExceptionTask |
( |
void |
| ) |
|
| throw | ( | |
| ) | | |
|
inlinevirtual |
◆ getExceptionName()
| virtual const std::string& dynamicgraph::sot::ExceptionTask::getExceptionName |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ EXCEPTION_NAME
| const std::string dynamicgraph::sot::ExceptionTask::EXCEPTION_NAME |
|
static |
The documentation for this class was generated from the following file: