Updated the class description

This commit is contained in:
Ole 2014-10-09 10:13:31 -05:00
parent 69273dca61
commit 4cb944ea68
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ import org.apache.commons.math3.exception.util.ExceptionContext;
import org.apache.commons.math3.exception.util.ExceptionContextProvider;
/**
* Base class for all exceptions that signal a mismatch between the
* current state and the user's expectations.
* 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 the it is designed to be in.
*
* @since 2.2
*/