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