release 0.9.6
[debian/openrocket] / src / net / sf / openrocket / file / openrocket / OpenRocketLoader.java
index 8eb3a8004331b92379a39cef57275de675e5034a..9e42dbda5bf08b702771756a005f9c709bd430f9 100644 (file)
@@ -670,7 +670,7 @@ class ComponentHandler extends ElementHandler {
                } catch (IllegalAccessException e) {
                        throw new BugException("Error constructing component.", e);
                } catch (InvocationTargetException e) {
-                       throw Reflection.handleInvocationTargetException(e);
+                       throw Reflection.handleWrappedException(e);
                }
 
                parent.addChild(c);