I was about to do this: throw MathRuntimeException.createArrayIndexOutOfBoundsException( LocalizedFormats.OUT_OF_RANGE_SIMPLE, index, 0, parameters.length);
but remembered that this is now deprecated. Do I need to add a MathArrayIndexOutOfBoundsException extending the JDK exception and then throw that directly? Phil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org