Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
b0723ada03a5565783814720fbee7c43b0da3cc7
[simgrid.git] / docs / source / java / org / simgrid / msg / JniException.rst
1 class org.simgrid.msg.JniException
2 ==================================
3
4 .. java:package:: org.simgrid.msg
5    :noindex:
6
7 .. java:type:: public class JniException extends RuntimeException
8
9    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
10
11 Constructors
12 ------------
13 JniException
14 ^^^^^^^^^^^^
15
16 .. java:constructor:: public JniException()
17    :outertype: JniException
18
19    Constructs an \ ``JniException``\  without a detail message.
20
21 JniException
22 ^^^^^^^^^^^^
23
24 .. java:constructor:: public JniException(String s)
25    :outertype: JniException
26
27    Constructs an \ ``JniException``\  with a detail message.
28
29 JniException
30 ^^^^^^^^^^^^
31
32 .. java:constructor:: public JniException(String string, Exception e)
33    :outertype: JniException
34