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 start local 1 start local 3 start local 4 0: aload 0
dload 1
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
dload 4
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: aload 0
iload 3
putfield org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.index:I
2: aload 0
dload 4
putfield org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.threshold:D
3: aload 0
invokevirtual org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.getContext:()Lorg/apache/commons/math3/exception/util/ExceptionContext;
astore 6
start local 6 4: aload 6
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: aload 6
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
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
aastore
dup
iconst_1
iload 3
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: return
end local 6 end local 4 end local 3 end local 1 end local 0 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 0: aload 0
getfield org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.index:I
ireturn
end local 0 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 0: aload 0
getfield org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.index:I
ireturn
end local 0 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 0: aload 0
getfield org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException.threshold:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/linear/NonPositiveDefiniteMatrixException;
}
SourceFile: "NonPositiveDefiniteMatrixException.java"