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