Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the files generated by javasphinx in the git
[simgrid.git] / docs / source / java / org / simgrid / msg / TaskCancelledException.rst
diff --git a/docs/source/java/org/simgrid/msg/TaskCancelledException.rst b/docs/source/java/org/simgrid/msg/TaskCancelledException.rst
new file mode 100644 (file)
index 0000000..00bfc66
--- /dev/null
@@ -0,0 +1,28 @@
+class org.simgrid.msg.TaskCancelledException
+============================================
+
+.. java:package:: org.simgrid.msg
+   :noindex:
+
+.. java:type:: public class TaskCancelledException extends MsgException
+
+   Exception raised when a task is cancelled.
+
+Constructors
+------------
+TaskCancelledException
+^^^^^^^^^^^^^^^^^^^^^^
+
+.. java:constructor:: public TaskCancelledException()
+   :outertype: TaskCancelledException
+
+   Constructs an \ ``TaskCancelledException``\  without a detail message.
+
+TaskCancelledException
+^^^^^^^^^^^^^^^^^^^^^^
+
+.. java:constructor:: public TaskCancelledException(String s)
+   :outertype: TaskCancelledException
+
+   Constructs an \ ``TaskCancelledException``\  with a detail message.
+