Exceptions raised when an error related to signals happen. More...
#include <dynamic-graph/exception-signal.h>
Public Types | |
enum | ErrorCodeEnum { GENERIC = ExceptionAbstract::SIGNAL, READWRITE_LOCK, COPY_NOT_INITIALIZED, NOT_INITIALIZED, PLUG_IMPOSSIBLE, SET_IMPOSSIBLE, BAD_CAST } |
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 | ~ExceptionSignal () throw () |
virtual const std::string & | getExceptionName () const |
Static Public Attributes | |
static const std::string | EXCEPTION_NAME |
Exceptions raised when an error related to signals happen.
dynamicgraph::ExceptionSignal::ExceptionSignal | ( | const ExceptionSignal::ErrorCodeEnum & | errcode, |
const std::string & | msg = "" |
||
) | [explicit] |
dynamicgraph::ExceptionSignal::ExceptionSignal | ( | const ExceptionSignal::ErrorCodeEnum & | errcode, |
const std::string & | msg, | ||
const char * | format, | ||
... | |||
) |
virtual dynamicgraph::ExceptionSignal::~ExceptionSignal | ( | ) | throw () [inline, virtual] |
virtual const std::string& dynamicgraph::ExceptionSignal::getExceptionName | ( | ) | const [inline, virtual] |
Reimplemented from dynamicgraph::ExceptionAbstract.
const std::string dynamicgraph::ExceptionSignal::EXCEPTION_NAME [static] |
Reimplemented from dynamicgraph::ExceptionAbstract.