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: [email protected] For additional commands, e-mail: [email protected]
