Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
teshsuite: drop a test that is superseeded by a public example
[simgrid.git] / docs / source / java / org / simgrid / msg / TaskCancelledException.rst
1 class org.simgrid.msg.TaskCancelledException
2 ============================================
3
4 .. java:package:: org.simgrid.msg
5    :noindex:
6
7 .. java:type:: public class TaskCancelledException extends MsgException
8
9    Exception raised when a task is cancelled.
10
11 Constructors
12 ------------
13 TaskCancelledException
14 ^^^^^^^^^^^^^^^^^^^^^^
15
16 .. java:constructor:: public TaskCancelledException()
17    :outertype: TaskCancelledException
18
19    Constructs an \ ``TaskCancelledException``\  without a detail message.
20
21 TaskCancelledException
22 ^^^^^^^^^^^^^^^^^^^^^^
23
24 .. java:constructor:: public TaskCancelledException(String s)
25    :outertype: TaskCancelledException
26
27    Constructs an \ ``TaskCancelledException``\  with a detail message.
28