|
SimGrid
3.21
Versatile Simulation of Distributed Systems
|
Exception raised when a communication fails because of the network.
#include <Exception.hpp>
Inherits xbt_ex.
Public Member Functions | |
| NetworkFailureException (simgrid::xbt::ThrowPoint throwpoint, std::string message) | |
Public Member Functions inherited from xbt_ex | |
| xbt_ex (simgrid::xbt::ThrowPoint throwpoint, std::string message) | |
| ~xbt_ex () | |
Public Member Functions inherited from simgrid::Exception | |
| 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 | |
Public Attributes inherited from xbt_ex | |
| xbt_errcat_t | category = unknown_error |
| Category (what went wrong) More... | |
| int | value = 0 |
| Why did it went wrong. More... | |
|
inline |