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; 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
*/ */