public class oadd.org.apache.commons.math.exception.MathInternalError extends oadd.org.apache.commons.math.exception.MathIllegalStateException
{
private static final long serialVersionUID;
private static final java.lang.String REPORT_URL;
public void <init>()
{
oadd.org.apache.commons.math.exception.MathInternalError v;
java.lang.Object[] 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.MathInternalError;
specialinvoke v.<oadd.org.apache.commons.math.exception.MathIllegalStateException: void <init>()>();
v = virtualinvoke v.<oadd.org.apache.commons.math.exception.MathInternalError: 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 INTERNAL_ERROR>;
v = newarray (java.lang.Object)[1];
v[0] = "https://issues.apache.org/jira/browse/MATH";
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;
}
public void <init>(java.lang.Throwable)
{
java.lang.Throwable v;
oadd.org.apache.commons.math.exception.MathInternalError v;
java.lang.Object[] v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
v := @this: oadd.org.apache.commons.math.exception.MathInternalError;
v := @parameter: java.lang.Throwable;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats INTERNAL_ERROR>;
v = newarray (java.lang.Object)[1];
v[0] = "https://issues.apache.org/jira/browse/MATH";
specialinvoke v.<oadd.org.apache.commons.math.exception.MathIllegalStateException: void <init>(java.lang.Throwable,oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v, v);
return;
}
public transient void <init>(oadd.org.apache.commons.math.exception.util.Localizable, java.lang.Object[])
{
oadd.org.apache.commons.math.exception.MathInternalError v;
java.lang.Object[] v;
oadd.org.apache.commons.math.exception.util.Localizable v;
v := @this: oadd.org.apache.commons.math.exception.MathInternalError;
v := @parameter: oadd.org.apache.commons.math.exception.util.Localizable;
v := @parameter: java.lang.Object[];
specialinvoke v.<oadd.org.apache.commons.math.exception.MathIllegalStateException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
return;
}
}