sot-core
4.11.4
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
46 return EXCEPTION_NAME;
51 const std::string &msg =
"");
53 const std::string &msg,
const char *format, ...);
virtual const std::string & getExceptionName(void) const
Definition: exception-signal.hh:45
#define SOT_CORE_EXPORT
Definition: api.hh:20
Definition: exception-signal.hh:28
Definition: exception-abstract.hh:35
Definition: abstract-sot-external-interface.hh:17
@ SET_IMPOSSIBLE
Definition: exception-signal.hh:40
@ SIGNAL
Definition: exception-abstract.hh:40
@ READWRITE_LOCK
Definition: exception-signal.hh:36
@ NOT_INITIALIZED
Definition: exception-signal.hh:38
static const std::string EXCEPTION_NAME
Definition: exception-signal.hh:44
ErrorCodeEnum
Definition: exception-signal.hh:32
@ COPY_NOT_INITIALIZED
Definition: exception-signal.hh:37
@ PLUG_IMPOSSIBLE
Definition: exception-signal.hh:39
virtual ~ExceptionSignal(void)
Definition: exception-signal.hh:54