Updates for 0.9.5
[debian/openrocket] / src / net / sf / openrocket / gui / plot / PlotConfiguration.java
index 55398736e62d6a7f0b6db16066de7b26952d4255..f5f304961ea4264eb46424bd810b2c04f204e74a 100644 (file)
@@ -9,6 +9,7 @@ import net.sf.openrocket.simulation.FlightDataBranch;
 import net.sf.openrocket.simulation.FlightEvent;
 import net.sf.openrocket.simulation.FlightDataBranch.Type;
 import net.sf.openrocket.unit.Unit;
+import net.sf.openrocket.util.BugException;
 import net.sf.openrocket.util.MathUtil;
 import net.sf.openrocket.util.Pair;
 
@@ -733,7 +734,7 @@ public class PlotConfiguration implements Cloneable {
                        
                        
                } catch (CloneNotSupportedException e) {
-                       throw new RuntimeException("BUG! Could not clone().");
+                       throw new BugException("BUG! Could not clone().");
                }
        }