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