Public Member Functions

simgrid::msg::NativeException Class Reference

Inheritance diagram for simgrid::msg::NativeException:
simgrid::msg::MsgException

Public Member Functions

 NativeException (String s)

Detailed Description

This exception is raised when there is an error within the C world of SimGrid. Refer to the string message for more info on what went wrong.


Constructor & Destructor Documentation

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

Constructs an NativeException with a detail message.

Parameters:
s the detail message.


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