Public Member Functions

simgrid::msg::JniException Class Reference

Public Member Functions

 JniException ()
 JniException (String s)

Detailed Description

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


Constructor & Destructor Documentation

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.

Parameters:
s the detail message.


Back to the main Simgrid Documentation page Generated for SimGridAPI by doxygen