org.apache.commons.math3.exception
public class TooManyIterationsException extends MaxCountExceededException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version Id.
|
Constructor and Description |
---|
TooManyIterationsException(Number max)
Construct the exception.
|
getMax
getContext, getLocalizedMessage, getMessage
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public TooManyIterationsException(Number max)
max
- Maximum number of evaluations.Copyright (c) 2003-2013 Apache Software Foundation