updates for 0.9.4
[debian/openrocket] / src / net / sf / openrocket / rocketcomponent / FreeformFinSet.java
index d5275db88857c1072153fb7f326fa3047e0a87c6..05862f3d4384e98593927d20f0d4ba4702411b6c 100644 (file)
@@ -124,7 +124,7 @@ public class FreeformFinSet extends FinSet {
        
        /**
         * Remove the fin point with the given index.  The first and last fin points
-        * cannot be removed, and will cause an <code>IllegalArgumentException</code>
+        * cannot be removed, and will cause an <code>IllegalFinPointException</code>
         * if attempted.
         * 
         * @param index   the fin point index to remove
@@ -173,8 +173,8 @@ public class FreeformFinSet extends FinSet {
         * <p>
         * Note that this method enforces basic fin shape restrictions (non-negative y,
         * first and last point locations) silently, but throws an 
-        * <code>IllegalArgumentException</code> if the point causes fin segments to
-        * intersect.  The calling method should always catch this exception.
+        * <code>IllegalFinPointException</code> if the point causes fin segments to
+        * intersect.
         * <p>
         * Moving of the first point in the X-axis is allowed, but this actually moves
         * all of the other points the corresponding distance back.