#include <exception-signal.hh>
Public Types | |
enum | ErrorCodeEnum { GENERIC = ExceptionAbstract::SIGNAL, READWRITE_LOCK, COPY_NOT_INITIALIZED, NOT_INITIALIZED, PLUG_IMPOSSIBLE, SET_IMPOSSIBLE, BAD_CAST } |
Public Types inherited from dynamicgraph::ExceptionAbstract | |
enum | ExceptionEnum |
Public Member Functions | |
ExceptionSignal (const ExceptionSignal::ErrorCodeEnum &errcode, const std::string &msg="") | |
ExceptionSignal (const ExceptionSignal::ErrorCodeEnum &errcode, const std::string &msg, const char *format,...) | |
virtual const std::string & | getExceptionName (void) const |
virtual | ~ExceptionSignal (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 = "Signal" |
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-signal.hh.
Enumerator | |
---|---|
GENERIC | |
READWRITE_LOCK | |
COPY_NOT_INITIALIZED | |
NOT_INITIALIZED | |
PLUG_IMPOSSIBLE | |
SET_IMPOSSIBLE | |
BAD_CAST |
Definition at line 33 of file exception-signal.hh.
ExceptionSignal::ExceptionSignal | ( | const ExceptionSignal::ErrorCodeEnum & | errcode, |
const std::string & | msg = "" |
||
) |
Definition at line 23 of file exception-signal.cpp.
ExceptionSignal::ExceptionSignal | ( | const ExceptionSignal::ErrorCodeEnum & | errcode, |
const std::string & | msg, | ||
const char * | format, | ||
... | |||
) |
Definition at line 27 of file exception-signal.cpp.
|
inlinevirtual |
Definition at line 55 of file exception-signal.hh.
|
inlinevirtual |
Reimplemented from dynamicgraph::ExceptionAbstract.
Definition at line 46 of file exception-signal.hh.
|
static |
Definition at line 45 of file exception-signal.hh.