Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make JniException a runtime exception, nobody wants to survive this
[simgrid.git] / src / java / simgrid / msg / JniException.java
index b884da8..6592ef5 100644 (file)
@@ -12,6 +12,7 @@ package simgrid.msg;
 
 /**
  * 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
  */
 public class JniException extends RuntimeException {
        private static final long serialVersionUID = 1L;