Uses of Class
org.apache.commons.math.exception.MathIllegalStateException
-
Packages that use MathIllegalStateException Package Description org.apache.commons.math.exception Specialized exceptions for algorithms errors. -
-
Uses of MathIllegalStateException in org.apache.commons.math.exception
Subclasses of MathIllegalStateException in org.apache.commons.math.exception Modifier and Type Class Description class
ConvergenceException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.class
MathInternalError
Exception triggered when something that shouldn't happen does happen.class
NoDataException
Exception to be thrown when the required data is missing.
-