public class org.apache.commons.math.exception.MathArithmeticException extends java.lang.ArithmeticException implements org.apache.commons.math.exception.util.ExceptionContextProvider
{
private static final long serialVersionUID;
private final org.apache.commons.math.exception.util.ExceptionContext context;
public void <init>()
{
java.lang.Object[] v;
org.apache.commons.math.exception.util.LocalizedFormats v;
org.apache.commons.math.exception.util.ExceptionContext v, v;
org.apache.commons.math.exception.MathArithmeticException v;
v := @this: org.apache.commons.math.exception.MathArithmeticException;
specialinvoke v.<java.lang.ArithmeticException: void <init>()>();
v = new org.apache.commons.math.exception.util.ExceptionContext;
specialinvoke v.<org.apache.commons.math.exception.util.ExceptionContext: void <init>(java.lang.Throwable)>(v);
v.<org.apache.commons.math.exception.MathArithmeticException: org.apache.commons.math.exception.util.ExceptionContext context> = v;
v = v.<org.apache.commons.math.exception.MathArithmeticException: org.apache.commons.math.exception.util.ExceptionContext context>;
v = <org.apache.commons.math.exception.util.LocalizedFormats: org.apache.commons.math.exception.util.LocalizedFormats ARITHMETIC_EXCEPTION>;
v = newarray (java.lang.Object)[0];
virtualinvoke v.<org.apache.commons.math.exception.util.ExceptionContext: void addMessage(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, v;
org.apache.commons.math.exception.util.Localizable v;
org.apache.commons.math.exception.MathArithmeticException v;
v := @this: org.apache.commons.math.exception.MathArithmeticException;
v := @parameter: org.apache.commons.math.exception.util.Localizable;
v := @parameter: java.lang.Object[];
specialinvoke v.<java.lang.ArithmeticException: void <init>()>();
v = new org.apache.commons.math.exception.util.ExceptionContext;
specialinvoke v.<org.apache.commons.math.exception.util.ExceptionContext: void <init>(java.lang.Throwable)>(v);
v.<org.apache.commons.math.exception.MathArithmeticException: org.apache.commons.math.exception.util.ExceptionContext context> = v;
v = v.<org.apache.commons.math.exception.MathArithmeticException: org.apache.commons.math.exception.util.ExceptionContext context>;
virtualinvoke v.<org.apache.commons.math.exception.util.ExceptionContext: void addMessage(org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
return;
}
public org.apache.commons.math.exception.util.ExceptionContext getContext()
{
org.apache.commons.math.exception.util.ExceptionContext v;
org.apache.commons.math.exception.MathArithmeticException v;
v := @this: org.apache.commons.math.exception.MathArithmeticException;
v = v.<org.apache.commons.math.exception.MathArithmeticException: org.apache.commons.math.exception.util.ExceptionContext context>;
return v;
}
public java.lang.String getMessage()
{
java.lang.String v;
org.apache.commons.math.exception.util.ExceptionContext v;
org.apache.commons.math.exception.MathArithmeticException v;
v := @this: org.apache.commons.math.exception.MathArithmeticException;
v = v.<org.apache.commons.math.exception.MathArithmeticException: org.apache.commons.math.exception.util.ExceptionContext context>;
v = virtualinvoke v.<org.apache.commons.math.exception.util.ExceptionContext: java.lang.String getMessage()>();
return v;
}
public java.lang.String getLocalizedMessage()
{
java.lang.String v;
org.apache.commons.math.exception.util.ExceptionContext v;
org.apache.commons.math.exception.MathArithmeticException v;
v := @this: org.apache.commons.math.exception.MathArithmeticException;
v = v.<org.apache.commons.math.exception.MathArithmeticException: org.apache.commons.math.exception.util.ExceptionContext context>;
v = virtualinvoke v.<org.apache.commons.math.exception.util.ExceptionContext: java.lang.String getLocalizedMessage()>();
return v;
}
}