This is a pretty significant API change.  I thought about adding a new
unchecked exception to replace the MathException in all of the
signatures; but did not really see the value in it, since it would
have to be unchecked.  If we want to advertise the specific unchecked
exceptions that may propagate in the individual impls, we can
certainly do that.  In the release notes for 3.0, we may want to call
out specifically the move toward unchecked exceptions and recommend
that as 2.x users upgrade, they consider replacing their "catch
MathException" blocks with "catch Exception" or drill down into the
API of the [math] class(es) being used and narrow the catch.

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to