Updates for 0.9.5
[debian/openrocket] / src / net / sf / openrocket / util / LinearInterpolator.java
index 00efe3a40c51d9d40f309fee24e3b76d6a66063e..e94a39766e6237306e42f241549a6ccfc0394718 100644 (file)
@@ -109,7 +109,7 @@ public class LinearInterpolator implements Cloneable {
                        other.sortMap = (TreeMap<Double,Double>)this.sortMap.clone();
                        return other;
                } catch (CloneNotSupportedException e) {
-                       throw new RuntimeException("CloneNotSupportedException?!",e);
+                       throw new BugException("CloneNotSupportedException?!",e);
                }
        }