exception-abstract.hh File Reference
#include "sot/core/api.hh"
#include <exception>
#include <ostream>
#include <string>
Include dependency graph for exception-abstract.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  dynamicgraph::sot::ExceptionAbstract
 

Namespaces

 dynamicgraph
 
 dynamicgraph::sot
 This is the namespace for a subset of helperd classes related to the implementation of the Stack-Of-Tasks.
 

Macros

#define SOT_RETHROW   (const ExceptionAbstract &err) { throw err; }
 
#define SOT_THROW   throw
 

Macro Definition Documentation

◆ SOT_RETHROW

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

◆ SOT_THROW

#define SOT_THROW   throw