public class org.apache.commons.math.exception.NullArgumentException extends org.apache.commons.math.exception.MathIllegalArgumentException
{
private static final long serialVersionUID;
public void <init>()
{
java.lang.Object[] v;
org.apache.commons.math.exception.util.LocalizedFormats v;
org.apache.commons.math.exception.NullArgumentException v;
v := @this: org.apache.commons.math.exception.NullArgumentException;
v = <org.apache.commons.math.exception.util.LocalizedFormats: org.apache.commons.math.exception.util.LocalizedFormats NULL_NOT_ALLOWED>;
v = newarray (java.lang.Object)[0];
specialinvoke v.<org.apache.commons.math.exception.NullArgumentException: 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.NullArgumentException v;
org.apache.commons.math.exception.util.Localizable v;
v := @this: org.apache.commons.math.exception.NullArgumentException;
v := @parameter: org.apache.commons.math.exception.util.Localizable;
v := @parameter: java.lang.Object[];
specialinvoke v.<org.apache.commons.math.exception.MathIllegalArgumentException: void <init>(org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
return;
}
}