Updates for 0.9.5
[debian/openrocket] / src / net / sf / openrocket / util / Quaternion.java
index 3c457caba5aa7c85508c9fe6969f6d31762cd1b5..ee2a2d25a779b6528692a29ded75a243944c396d 100644 (file)
@@ -135,7 +135,7 @@ public class Quaternion implements Cloneable {
                try {
                        return (Quaternion) super.clone();
                } catch (CloneNotSupportedException e) {
-                       throw new RuntimeException("CloneNotSupportedException encountered");
+                       throw new BugException("CloneNotSupportedException encountered");
                }
        }