Package org.simgrid.msg
Class JniException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.simgrid.msg.JniException
-
- All Implemented Interfaces:
java.io.Serializable
public class JniException extends java.lang.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- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JniException()
Constructs anJniException
without a detail message.JniException(java.lang.String s)
Constructs anJniException
with a detail message.JniException(java.lang.String string, java.lang.Exception e)
-