Public Member Functions

simgrid::msg::HostFailureException Class Reference

Inheritance diagram for simgrid::msg::HostFailureException:
simgrid::msg::MsgException

Public Member Functions

 HostFailureException ()
 HostFailureException (String s)

Detailed Description

This exception is raised when The host on which you are running has just been rebooted.


Constructor & Destructor Documentation

simgrid::msg::HostFailureException::HostFailureException (  )  [inline]

Constructs an HostFailureException without a detail message.

simgrid::msg::HostFailureException::HostFailureException ( String  s  )  [inline]

Constructs an HostFailureException with a detail message.

Parameters:
s the detail message.

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


Back to the main Simgrid Documentation page Generated for SimGridAPI by doxygen