Public Member Functions

simgrid::msg::TaskCancelledException Class Reference

Inheritance diagram for simgrid::msg::TaskCancelledException:
simgrid::msg::MsgException

Public Member Functions

 TaskCancelledException ()
 TaskCancelledException (String s)

Detailed Description

This exception is raised when task is cancelled.


Constructor & Destructor Documentation

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

Constructs an TaskCancelledException without a detail message.

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

Constructs an TaskCancelledException 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