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

  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double threshold;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(double, int, double);
    descriptor: (DID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException this
        start local 1 // double wrong
        start local 3 // int index
        start local 4 // double threshold
         0: .line 46
            aload 0 /* this */
            dload 1 /* wrong */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            dload 4 /* threshold */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            iconst_0
            invokespecial org.apache.commons.math3.exception.NumberIsTooSmallException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Z)V
         1: .line 47
            aload 0 /* this */
            iload 3 /* index */
            putfield org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.index:I
         2: .line 48
            aload 0 /* this */
            dload 4 /* threshold */
            putfield org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.threshold:D
         3: .line 50
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.getContext:()Lorg/apache/commons/math3/exception/util/ExceptionContext;
            astore 6 /* context */
        start local 6 // org.apache.commons.math3.exception.util.ExceptionContext context
         4: .line 51
            aload 6 /* context */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_POSITIVE_DEFINITE_MATRIX:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.apache.commons.math3.exception.util.ExceptionContext.addMessage:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         5: .line 52
            aload 6 /* context */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.ARRAY_ELEMENT:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            dload 1 /* wrong */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_1
            iload 3 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual org.apache.commons.math3.exception.util.ExceptionContext.addMessage:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         6: .line 53
            return
        end local 6 // org.apache.commons.math3.exception.util.ExceptionContext context
        end local 4 // double threshold
        end local 3 // int index
        end local 1 // double wrong
        end local 0 // org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/apache/commons/math3/linear/NonPositiveDefiniteMatrixException;
            0    7     1      wrong  D
            0    7     3      index  I
            0    7     4  threshold  D
            4    7     6    context  Lorg/apache/commons/math3/exception/util/ExceptionContext;
    MethodParameters:
           Name  Flags
      wrong      
      index      
      threshold  

  public int getRow();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException this
         0: .line 59
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.index:I
            ireturn
        end local 0 // org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/linear/NonPositiveDefiniteMatrixException;

  public int getColumn();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException this
         0: .line 65
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.index:I
            ireturn
        end local 0 // org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/linear/NonPositiveDefiniteMatrixException;

  public double getThreshold();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException this
         0: .line 71
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.threshold:D
            dreturn
        end local 0 // org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/linear/NonPositiveDefiniteMatrixException;
}
SourceFile: "NonPositiveDefiniteMatrixException.java"