[...]
* Base class for all exceptions that signal that the process
throwing the exception
* is in a state that does not comply with the set of states that it
is designed to be in.
The only part I thought was a bit odd is the 'user's expectations' part.
Fine, that may be a slight improvement
On Tue, 07 Oct 2014 08:02:00 -0500, Ole Ersoy wrote:
Hi Gilles,
On 10/07/2014 06:23 AM, Gilles wrote:
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:
*
Hi Gilles,
On 10/07/2014 06:23 AM, Gilles wrote:
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
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 expecta
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:
* B