exception-abstract.h File Reference
#include <string>
#include <dynamic-graph/dynamic-graph-api.h>
#include <dynamic-graph/fwd.hh>
Include dependency graph for exception-abstract.h:
This graph shows which files directly or indirectly include 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
 This is the namespace where every object and class of this library is located.
 

Macros

#define DG_RETHROW   (const ::dynamicgraph::ExceptionAbstract &err) { throw err; }
 
#define DG_THROW   throw
 

Macro Definition Documentation

◆ DG_RETHROW

#define DG_RETHROW   (const ::dynamicgraph::ExceptionAbstract &err) { throw err; }

◆ DG_THROW