|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
Internal class used to mixin an exception E with WithContextException.
#include <exception.hpp>
Public Member Functions | |
| WithContext (E exception) | |
| WithContext (E exception, ThrowPoint throwpoint, Backtrace backtrace) | |
| WithContext (E exception, Backtrace backtrace) | |
| WithContext (E exception, WithContextException context) | |
| ~WithContext () override | |
Public Member Functions inherited from simgrid::xbt::WithContextException | |
| WithContextException () | |
| WithContextException (Backtrace bt) | |
| WithContextException (ThrowPoint throwpoint, Backtrace bt) | |
| virtual | ~WithContextException () |
| Backtrace const & | backtrace () const |
| int | pid () const |
| std::string const & | processName () const |
| ThrowPoint & | throwPoint () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineoverride |