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 / JniException.rst
diff --git a/docs/source/java/org/simgrid/msg/JniException.rst b/docs/source/java/org/simgrid/msg/JniException.rst
deleted file mode 100644 (file)
index b0723ad..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-class org.simgrid.msg.JniException
-==================================
-
-.. java:package:: org.simgrid.msg
-   :noindex:
-
-.. java:type:: public class JniException extends RuntimeException
-
-   Exception raised when there is a problem within the bindings (in JNI). That's a RuntimeException: I guess nobody wants to survive a JNI error in SimGrid
-
-Constructors
-------------
-JniException
-^^^^^^^^^^^^
-
-.. java:constructor:: public JniException()
-   :outertype: JniException
-
-   Constructs an \ ``JniException``\  without a detail message.
-
-JniException
-^^^^^^^^^^^^
-
-.. java:constructor:: public JniException(String s)
-   :outertype: JniException
-
-   Constructs an \ ``JniException``\  with a detail message.
-
-JniException
-^^^^^^^^^^^^
-
-.. java:constructor:: public JniException(String string, Exception e)
-   :outertype: JniException
-