Loading...
Searching...
No Matches
exception-abstract.h File Reference
#include <iostream>
#include <string>
#include <dynamic-graph/fwd.hh>
#include <dynamic-graph/dynamic-graph-api.h>
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

namespace  dynamicgraph
 WIN32.
 

Macros

#define DG_RETHROW
 
#define DG_THROW    throw
 

Macro Definition Documentation

◆ DG_RETHROW

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

◆ DG_THROW

#define DG_THROW    throw