#include <exception>
#include <ostream>
#include <string>
#include "sot/core/api.hh"
#include <sot/core/fwd.hh>
Go to the source code of this file.
Classes | |
class | dynamicgraph::sot::ExceptionAbstract |
Namespaces | |
dynamicgraph | |
dynamicgraph::sot | |
Macros | |
#define | SOT_RETHROW (const ExceptionAbstract &err) { throw err; } |
#define | SOT_THROW throw |
Definition at line 123 of file exception-abstract.hh.
#define SOT_THROW throw |
Definition at line 130 of file exception-abstract.hh.