Go to the source code of this file.
Classes | |
class | dynamicgraph::ExceptionAbstract |
Abstract root class for all dynamic-graph exceptions. More... | |
class | dynamicgraph::ExceptionAbstract::Param |
Class owned by exceptions to store error locations. More... | |
Namespaces | |
dynamicgraph | |
Macros | |
#define | DG_RETHROW (const ::dynamicgraph::ExceptionAbstract &err) { throw err; } |
#define | DG_THROW throw |
#define DG_RETHROW (const ::dynamicgraph::ExceptionAbstract &err) { throw err; } |
Definition at line 16 of file exception-abstract.h.
#define DG_THROW throw |
Definition at line 24 of file exception-abstract.h.