[math] Eliminating MaxIterationsExceededException

2010-11-28 Thread Phil Steitz
Completing the fix for MATH-414, I saw that ContinuedFraction still throws MaxIterationsExceededException. I thought it would be good to eliminate the use of the deprecated exception in trunk, but I got stuck because the replacement, MaxCountExceededException does not allow the initial argument to

Re: [math] Eliminating MaxIterationsExceededException

2010-11-28 Thread Gilles Sadowski
> Completing the fix for MATH-414, I saw that ContinuedFraction still throws > MaxIterationsExceededException. I thought it would be good to eliminate the > use of the deprecated exception in trunk, but I got stuck because the > replacement, MaxCountExceededException does not allow the initial arg

Re: [math] Eliminating MaxIterationsExceededException

2010-11-28 Thread Phil Steitz
On Sun, Nov 28, 2010 at 8:47 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > > Completing the fix for MATH-414, I saw that ContinuedFraction still > throws > > MaxIterationsExceededException. I thought it would be good to eliminate > the > > use of the deprecated exception in trunk,