public class oadd.org.apache.commons.math.exception.TooManyIterationsException extends oadd.org.apache.commons.math.exception.MaxCountExceededException
{
private static final long serialVersionUID;
public void <init>(java.lang.Number)
{
java.lang.Object[] v;
oadd.org.apache.commons.math.exception.TooManyIterationsException v;
java.lang.Number v;
oadd.org.apache.commons.math.exception.util.ExceptionContext v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
v := @this: oadd.org.apache.commons.math.exception.TooManyIterationsException;
v := @parameter: java.lang.Number;
specialinvoke v.<oadd.org.apache.commons.math.exception.MaxCountExceededException: void <init>(java.lang.Number)>(v);
v = virtualinvoke v.<oadd.org.apache.commons.math.exception.TooManyIterationsException: oadd.org.apache.commons.math.exception.util.ExceptionContext getContext()>();
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats ITERATIONS>;
v = newarray (java.lang.Object)[0];
virtualinvoke v.<oadd.org.apache.commons.math.exception.util.ExceptionContext: void addMessage(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
return;
}
}