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