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

Detailed Description

Ancestor class of all SimGrid exception.

#include <Exception.hpp>

Inherits runtime_error.

Inherited by xbt_ex.

Public Member Functions

 Exception (simgrid::xbt::ThrowPoint throwpoint, std::string message)
 
xbt::ThrowPoint const & throw_point () const
 Return the information about where the exception was thrown. More...
 

Constructor & Destructor Documentation

◆ Exception()

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

Member Function Documentation

◆ throw_point()

xbt::ThrowPoint const& simgrid::Exception::throw_point ( ) const
inline

Return the information about where the exception was thrown.


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