Updated the class description
This commit is contained in:
parent
69273dca61
commit
4cb944ea68
|
@ -22,8 +22,9 @@ import org.apache.commons.math3.exception.util.ExceptionContext;
|
||||||
import org.apache.commons.math3.exception.util.ExceptionContextProvider;
|
import org.apache.commons.math3.exception.util.ExceptionContextProvider;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Base class for all exceptions that signal a mismatch between the
|
* Base class for all exceptions that signal that the process
|
||||||
* current state and the user's expectations.
|
* throwing the exception is in a state that does not comply with
|
||||||
|
* the set of states the it is designed to be in.
|
||||||
*
|
*
|
||||||
* @since 2.2
|
* @since 2.2
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue