X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d5567de123e62e9c0a322c97318ce679271b77a..5af9da1ff0f589bce8af787d03a956cbc97eb3eb:/include/simgrid/Exception.hpp diff --git a/include/simgrid/Exception.hpp b/include/simgrid/Exception.hpp index 0fe9a32615..b7d232fa2d 100644 --- a/include/simgrid/Exception.hpp +++ b/include/simgrid/Exception.hpp @@ -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_; };