Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "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
deleted file mode 100644 (file)
index 2719799..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-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.
-