]> gerrit.simantics Code Review - simantics/fmil.git/blobdiff - org.simantics.fmil/src/org/simantics/fmil/FMIL.java
refs #6290
[simantics/fmil.git] / org.simantics.fmil / src / org / simantics / fmil / FMIL.java
index 24f7b183e0f3b5e3a6b7673e2c0f3194e2b07662..39b90b1d0e0b474d1a57b0729deda3cf5341b529 100644 (file)
@@ -219,7 +219,7 @@ public class FMIL {
 \r
                 fmuLoaded = true;\r
             } catch (UnsatisfiedLinkError err) {\r
-                throw new FMILException(UNSATISFIED_LINK);\r
+                throw new FMILException(UNSATISFIED_LINK, err);\r
             } catch (Exception e) {\r
                 throw new FMILException(e.getMessage());\r
             }\r