Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
finish objectifying the backtraces
[simgrid.git] / include / simgrid / Exception.hpp
index 0fe9a32..b7d232f 100644 (file)
@@ -63,6 +63,8 @@ public:
   /** Return the information about where the exception was thrown */
   xbt::ThrowPoint const& throw_point() const { return throwpoint_; }
 
+  std::string const resolve_backtrace() const { return throwpoint_.backtrace_.resolve(); }
+
 private:
   xbt::ThrowPoint throwpoint_;
 };