public class org.apache.commons.math3.linear.MatrixDimensionMismatchException extends org.apache.commons.math3.exception.MultiDimensionMismatchException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.linear.MatrixDimensionMismatchException
super_class: org.apache.commons.math3.exception.MultiDimensionMismatchException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -8415396756375798143
public void <init>(int, int, int, int);
descriptor: (IIII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.DIMENSIONS_MISMATCH_2x2:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
1: iconst_2
anewarray java.lang.Integer
dup
iconst_0
iload 1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
iload 2
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
2: iconst_2
anewarray java.lang.Integer
dup
iconst_0
iload 3
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
iload 4
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokespecial org.apache.commons.math3.exception.MultiDimensionMismatchException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Integer;[Ljava/lang/Integer;)V
3: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/math3/linear/MatrixDimensionMismatchException;
0 4 1 wrongRowDim I
0 4 2 wrongColDim I
0 4 3 expectedRowDim I
0 4 4 expectedColDim I
MethodParameters:
Name Flags
wrongRowDim
wrongColDim
expectedRowDim
expectedColDim
public int getWrongRowDimension();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
invokevirtual org.apache.commons.math3.linear.MatrixDimensionMismatchException.getWrongDimension:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/linear/MatrixDimensionMismatchException;
public int getExpectedRowDimension();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
invokevirtual org.apache.commons.math3.linear.MatrixDimensionMismatchException.getExpectedDimension:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/linear/MatrixDimensionMismatchException;
public int getWrongColumnDimension();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual org.apache.commons.math3.linear.MatrixDimensionMismatchException.getWrongDimension:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/linear/MatrixDimensionMismatchException;
public int getExpectedColumnDimension();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual org.apache.commons.math3.linear.MatrixDimensionMismatchException.getExpectedDimension:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/linear/MatrixDimensionMismatchException;
}
SourceFile: "MatrixDimensionMismatchException.java"