public class org.apache.commons.math3.linear.IllConditionedOperatorException extends org.apache.commons.math3.exception.MathIllegalArgumentException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.linear.IllConditionedOperatorException
  super_class: org.apache.commons.math3.exception.MathIllegalArgumentException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7883263944530490135

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.linear.IllConditionedOperatorException this
        start local 1 // double cond
         0: .line 40
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.ILL_CONDITIONED_OPERATOR:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            dload 1 /* cond */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            invokespecial org.apache.commons.math3.exception.MathIllegalArgumentException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         1: .line 41
            return
        end local 1 // double cond
        end local 0 // org.apache.commons.math3.linear.IllConditionedOperatorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/linear/IllConditionedOperatorException;
            0    2     1  cond  D
    MethodParameters:
      Name  Flags
      cond  final
}
SourceFile: "IllConditionedOperatorException.java"