dynamic_graph_manager
exception-abstract.hh File Reference
#include <exception>
#include <iostream>
#include <string>
Include dependency graph for exception-abstract.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dynamic_graph::ExceptionAbstract
 The ExceptionAbstract class. More...
 

Namespaces

 dynamic_graph
 this is this package namespace in order to avoid naming conflict
 

Macros

#define SOT_RETHROW
 
#define DG_THROW   throw
 

Detailed Description

Author
Maximilien Naveau (maxim.nosp@m.ilie.nosp@m.n.nav.nosp@m.eau@.nosp@m.gmail.nosp@m..com)
License:
License BSD-3-Clause
Date
2019-05-22

Macro Definition Documentation

◆ SOT_RETHROW

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