Public Member Functions

simgrid::msg::MsgException Class Reference

Inheritance diagram for simgrid::msg::MsgException:
simgrid::msg::HostFailureException simgrid::msg::HostNotFoundException simgrid::msg::NativeException simgrid::msg::ProcessNotFoundException simgrid::msg::TaskCancelledException simgrid::msg::TimeoutException simgrid::msg::TransferFailureException

Public Member Functions

 MsgException ()
 MsgException (String s)

Detailed Description

This exception is an abstract class grouping all MSG-related exceptions


Constructor & Destructor Documentation

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

Constructs an MsgException without a detail message.

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

Constructs an MsgException with a detail message.

Parameters:
s the detail message.


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