sot-core
4.11.8
Hierarchical task solver plug-in for dynamic-graph.
|
Go to the documentation of this file.
10 #ifndef __SOT_SIGNAL_EXCEPTION_H
11 #define __SOT_SIGNAL_EXCEPTION_H
47 return EXCEPTION_NAME;
52 const std::string &msg =
"");
54 const std::string &msg,
const char *format, ...);
virtual const std::string & getExceptionName(void) const
Definition: exception-signal.hh:46
#define SOT_CORE_EXPORT
Definition: api.hh:20
Definition: exception-signal.hh:29
Definition: exception-abstract.hh:36
Definition: abstract-sot-external-interface.hh:17
@ SET_IMPOSSIBLE
Definition: exception-signal.hh:41
@ SIGNAL
Definition: exception-abstract.hh:40
@ READWRITE_LOCK
Definition: exception-signal.hh:37
@ NOT_INITIALIZED
Definition: exception-signal.hh:39
static const std::string EXCEPTION_NAME
Definition: exception-signal.hh:45
ErrorCodeEnum
Definition: exception-signal.hh:33
@ COPY_NOT_INITIALIZED
Definition: exception-signal.hh:38
@ PLUG_IMPOSSIBLE
Definition: exception-signal.hh:40
virtual ~ExceptionSignal(void)
Definition: exception-signal.hh:55