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 / ProcessNotFoundException.rst
diff --git a/docs/source/java/org/simgrid/msg/ProcessNotFoundException.rst b/docs/source/java/org/simgrid/msg/ProcessNotFoundException.rst
new file mode 100644 (file)
index 0000000..2719799
--- /dev/null
@@ -0,0 +1,28 @@
+class org.simgrid.msg.ProcessNotFoundException
+==============================================
+
+.. java:package:: org.simgrid.msg
+   :noindex:
+
+.. java:type:: public class ProcessNotFoundException extends MsgException
+
+   Exception raised when looking for a non-existing process.
+
+Constructors
+------------
+ProcessNotFoundException
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. java:constructor:: public ProcessNotFoundException()
+   :outertype: ProcessNotFoundException
+
+   Constructs an \ ``ProcessNotFoundException``\  without a detail message.
+
+ProcessNotFoundException
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. java:constructor:: public ProcessNotFoundException(String s)
+   :outertype: ProcessNotFoundException
+
+   Constructs an \ ``ProcessNotFoundException``\  with a detail message.
+