public class org.apache.commons.math.exception.MathParseException extends org.apache.commons.math.exception.MathIllegalStateException implements org.apache.commons.math.exception.util.ExceptionContextProvider
{
private static final long serialVersionUID;
public void <init>(java.lang.String, int, java.lang.Class)
{
java.lang.Object[] v;
org.apache.commons.math.exception.util.LocalizedFormats v;
org.apache.commons.math.exception.MathParseException v;
java.lang.Integer v;
org.apache.commons.math.exception.util.ExceptionContext v;
int v;
java.lang.Class v;
java.lang.String v, v;
v := @this: org.apache.commons.math.exception.MathParseException;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: java.lang.Class;
specialinvoke v.<org.apache.commons.math.exception.MathIllegalStateException: void <init>()>();
v = virtualinvoke v.<org.apache.commons.math.exception.MathParseException: org.apache.commons.math.exception.util.ExceptionContext getContext()>();
v = <org.apache.commons.math.exception.util.LocalizedFormats: org.apache.commons.math.exception.util.LocalizedFormats CANNOT_PARSE_AS_TYPE>;
v = newarray (java.lang.Object)[3];
v[0] = v;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[1] = v;
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v[2] = v;
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 void <init>(java.lang.String, int)
{
java.lang.Object[] v;
org.apache.commons.math.exception.util.LocalizedFormats v;
org.apache.commons.math.exception.util.ExceptionContext v;
int v;
org.apache.commons.math.exception.MathParseException v;
java.lang.String v;
java.lang.Integer v;
v := @this: org.apache.commons.math.exception.MathParseException;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<org.apache.commons.math.exception.MathIllegalStateException: void <init>()>();
v = virtualinvoke v.<org.apache.commons.math.exception.MathParseException: org.apache.commons.math.exception.util.ExceptionContext getContext()>();
v = <org.apache.commons.math.exception.util.LocalizedFormats: org.apache.commons.math.exception.util.LocalizedFormats CANNOT_PARSE>;
v = newarray (java.lang.Object)[2];
v[0] = v;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[1] = v;
virtualinvoke v.<org.apache.commons.math.exception.util.ExceptionContext: void addMessage(org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
return;
}
}