SimGrid  3.21
Versatile Simulation of Distributed Systems
simgrid::HostFailureException Class Reference

Detailed Description

Exception raised when an host fails.

#include <Exception.hpp>

Inherits xbt_ex.

Public Member Functions

 HostFailureException (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...
 

Constructor & Destructor Documentation

◆ HostFailureException()

simgrid::HostFailureException::HostFailureException ( simgrid::xbt::ThrowPoint  throwpoint,
std::string  message 
)
inline

The documentation for this class was generated from the following file: