LoessInterpolator constructors should throw RuntimeException instead of
CheckedException
----------------------------------------------------------------------------------------
Key: MATH-469
URL: https://issues.apache.org/jira/browse/MATH-469
Project: Commons Math
Issue Type: Improvement
Affects Versions: 2.1
Reporter: Benjamin McCann
Priority: Minor
Fix For: 3.0
The LoessInterpolator constructors throw MathException which is a checked
exception, but it would be preferable for this to be a RuntimeException instead:
http://commons.apache.org/math/api-2.1/org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#LoessInterpolator%28double,%20int%29
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.