5 #ifndef DYNAMIC_GRAPH_PYTHON_EXCEPTION_PYTHON_H 6 #define DYNAMIC_GRAPH_PYTHON_EXCEPTION_PYTHON_H 8 #include <dynamic-graph/fwd.hh> 9 #include <dynamic-graph/exception-abstract.h> 15 #if defined(wrap_EXPORTS) 16 #define WRAP_DLLAPI __declspec(dllexport) 18 #define WRAP_DLLAPI __declspec(dllimport) #define WRAP_DLLAPI
Definition: exception-python.hh:21
ErrorCodeEnum
Definition: exception-python.hh:32
virtual const std::string & getExceptionName() const
Definition: exception-python.hh:42
Definition: exception-python.hh:32
static const std::string EXCEPTION_NAME
Definition: exception-python.hh:34
Generic error class.
Definition: exception-python.hh:30
virtual ~ExceptionPython()
Definition: exception-python.hh:40
Definition: convert-dg-to-py.hh:7