Hi, I'm still working on MATH-677, and would like to remove the IllegalArgumentExceptions thrown if the length of the data set is not a power of two. I was simply considering throwing MathIllegalArgumentException, but this is discouraged in the Javadoc. Can I break this rule, or should I create a NotAPowerOfTwoException subclass? Thanks! Sébastien
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org