public class org.apache.commons.math.linear.SingularOperatorException extends org.apache.commons.math.exception.MathIllegalArgumentException
{
private static final long serialVersionUID;
public void <init>()
{
org.apache.commons.math.linear.SingularOperatorException v;
java.lang.Object[] v;
org.apache.commons.math.exception.util.LocalizedFormats v;
v := @this: org.apache.commons.math.linear.SingularOperatorException;
v = <org.apache.commons.math.exception.util.LocalizedFormats: org.apache.commons.math.exception.util.LocalizedFormats SINGULAR_OPERATOR>;
v = newarray (java.lang.Object)[0];
specialinvoke v.<org.apache.commons.math.exception.MathIllegalArgumentException: void <init>(org.apache.commons.math.exception.util.Localizable,java.lang.Object[])>(v, v);
return;
}
}