SimGrid
3.21
Versatile Simulation of Distributed Systems
|
Exception raised when an host fails.
#include <Exception.hpp>
Inherits xbt_ex.
Public Member Functions | |
HostFailureException (simgrid::xbt::ThrowPoint throwpoint, std::string message) | |
![]() | |
xbt_ex (simgrid::xbt::ThrowPoint throwpoint, std::string message) | |
~xbt_ex () | |
![]() | |
Exception (simgrid::xbt::ThrowPoint throwpoint, std::string message) | |
xbt::ThrowPoint const & | throw_point () const |
Return the information about where the exception was thrown. More... | |
Additional Inherited Members | |
![]() | |
xbt_errcat_t | category = unknown_error |
Category (what went wrong) More... | |
int | value = 0 |
Why did it went wrong. More... | |
|
inline |