Uses of Class
org.apache.commons.math4.legacy.exception.MaxCountExceededException
-
Packages that use MaxCountExceededException Package Description org.apache.commons.math4.legacy.exception Specialized exceptions for algorithms errors. -
-
Uses of MaxCountExceededException in org.apache.commons.math4.legacy.exception
Subclasses of MaxCountExceededException in org.apache.commons.math4.legacy.exception Modifier and Type Class Description class
TooManyEvaluationsException
Exception to be thrown when the maximal number of evaluations is exceeded.class
TooManyIterationsException
Exception to be thrown when the maximal number of iterations is exceeded.
-