Public Member Functions | |
JniException () | |
JniException (String s) |
This exception is 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
simgrid::msg::JniException::JniException | ( | ) | [inline] |
Constructs an JniException
without a detail message.
simgrid::msg::JniException::JniException | ( | String | s | ) | [inline] |
Constructs an JniException
with a detail message.
s | the detail message. |
Back to the main Simgrid Documentation page |
Generated for SimGridAPI by
![]() |