Class 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 an JniException without a detail message.
      JniException​(java.lang.String s)
      Constructs an JniException with a detail message.
      JniException​(java.lang.String string, java.lang.Exception e)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JniException

        public JniException()
        Constructs an JniException without a detail message.
      • JniException

        public JniException​(java.lang.String s)
        Constructs an JniException with a detail message.
      • JniException

        public JniException​(java.lang.String string,
                            java.lang.Exception e)