On Mon, 06 Oct 2014 14:59:04 -0500, Ole Ersoy wrote:
Hi,

I'm reading through some of the code in the exception package and
noticed the following description for MathIllegalStateException:

 * Base class for all exceptions that signal a mismatch between the
 * current state and the user's expectations.

I'm curious as to whether it should be:

* Base class for all exceptions that signal that the mathematical process
 * is in a state that does not comply with the set of states that it
is designed to be in.

The exception may be used in circumstances where no "mathematical
process" is involved; it might just signal an simple inconsistency.
The prefix "Math" refers to the exception being a Commons Math one,
rather than to some math-related error.

Best,
Gilles

Fairly trivial, but maybe this will give me a chance to practice
sending another pull request :).

Cheers,
- Ole




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

Reply via email to