#include <exception-dynamic.hh>
Public Types | |
enum | ErrorCodeEnum { GENERIC = ExceptionAbstract::DYNAMIC, CANT_DESTROY_SIGNAL, JOINT_RANK, DYNAMIC_JRL, JOINT_SIZE, INTEGRATION } |
Public Types inherited from dynamicgraph::ExceptionAbstract | |
enum | ExceptionEnum |
Public Member Functions | |
ExceptionDynamic (const ExceptionDynamic::ErrorCodeEnum &errcode, const std::string &msg, const char *format,...) | |
ExceptionDynamic (const ExceptionDynamic::ErrorCodeEnum &errcode, const std::string &msg="") | |
virtual const std::string & | getExceptionName (void) const |
virtual | ~ExceptionDynamic (void) throw () |
Public Member Functions inherited from dynamicgraph::ExceptionAbstract | |
ExceptionAbstract (const int &code, const std::string &msg="") | |
int | getCode () const |
const char * | getMessage () const |
const std::string & | getStringMessage () const |
virtual const char * | what () const |
virtual | ~ExceptionAbstract () |
Static Public Attributes | |
static const std::string | EXCEPTION_NAME = "Dynamic" |
Static Public Attributes inherited from dynamicgraph::ExceptionAbstract | |
static const std::string | EXCEPTION_NAME |
Additional Inherited Members | |
Public Attributes inherited from dynamicgraph::ExceptionAbstract | |
ABSTRACT | |
FACTORY | |
SIGNAL | |
TOOLS | |
TRACES | |
Protected Attributes inherited from dynamicgraph::ExceptionAbstract | |
int | code |
std::string | message |
Definition at line 29 of file exception-dynamic.hh.
Enumerator | |
---|---|
GENERIC | |
CANT_DESTROY_SIGNAL | |
JOINT_RANK | |
DYNAMIC_JRL | |
JOINT_SIZE | |
INTEGRATION |
Definition at line 33 of file exception-dynamic.hh.
ExceptionDynamic::ExceptionDynamic | ( | const ExceptionDynamic::ErrorCodeEnum & | errcode, |
const std::string & | msg = "" |
||
) |
Definition at line 23 of file exception-dynamic.cpp.
ExceptionDynamic::ExceptionDynamic | ( | const ExceptionDynamic::ErrorCodeEnum & | errcode, |
const std::string & | msg, | ||
const char * | format, | ||
... | |||
) |
Definition at line 27 of file exception-dynamic.cpp.
|
inlinevirtual |
Definition at line 54 of file exception-dynamic.hh.
|
inlinevirtual |
Reimplemented from dynamicgraph::ExceptionAbstract.
Definition at line 45 of file exception-dynamic.hh.
|
static |
Definition at line 44 of file exception-dynamic.hh.