Public Member Functions

simgrid::msg::ProcessNotFoundException Class Reference

Inheritance diagram for simgrid::msg::ProcessNotFoundException:
simgrid::msg::MsgException

Public Member Functions

 ProcessNotFoundException ()
 ProcessNotFoundException (String s)

Detailed Description

This exception is raised when looking for a non-existing process.


Constructor & Destructor Documentation

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

Constructs an ProcessNotFoundException without a detail message.

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

Constructs an ProcessNotFoundException with a detail message.

Parameters:
s the detail message.


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