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 // org.apache.commons.math3.linear.MatrixDimensionMismatchException this
        start local 1 // int wrongRowDim
        start local 2 // int wrongColDim
        start local 3 // int expectedRowDim
        start local 4 // int expectedColDim
         0: .line 44
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.DIMENSIONS_MISMATCH_2x2:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
         1: .line 45
            iconst_2
            anewarray java.lang.Integer
            dup
            iconst_0
            iload 1 /* wrongRowDim */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* wrongColDim */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         2: .line 46
            iconst_2
            anewarray java.lang.Integer
            dup
            iconst_0
            iload 3 /* expectedRowDim */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 4 /* expectedColDim */
            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: .line 47
            return
        end local 4 // int expectedColDim
        end local 3 // int expectedRowDim
        end local 2 // int wrongColDim
        end local 1 // int wrongRowDim
        end local 0 // org.apache.commons.math3.linear.MatrixDimensionMismatchException this
      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 // org.apache.commons.math3.linear.MatrixDimensionMismatchException this
         0: .line 53
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.commons.math3.linear.MatrixDimensionMismatchException.getWrongDimension:(I)I
            ireturn
        end local 0 // org.apache.commons.math3.linear.MatrixDimensionMismatchException this
      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 // org.apache.commons.math3.linear.MatrixDimensionMismatchException this
         0: .line 59
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.commons.math3.linear.MatrixDimensionMismatchException.getExpectedDimension:(I)I
            ireturn
        end local 0 // org.apache.commons.math3.linear.MatrixDimensionMismatchException this
      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 // org.apache.commons.math3.linear.MatrixDimensionMismatchException this
         0: .line 65
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.commons.math3.linear.MatrixDimensionMismatchException.getWrongDimension:(I)I
            ireturn
        end local 0 // org.apache.commons.math3.linear.MatrixDimensionMismatchException this
      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 // org.apache.commons.math3.linear.MatrixDimensionMismatchException this
         0: .line 71
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.commons.math3.linear.MatrixDimensionMismatchException.getExpectedDimension:(I)I
            ireturn
        end local 0 // org.apache.commons.math3.linear.MatrixDimensionMismatchException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/linear/MatrixDimensionMismatchException;
}
SourceFile: "MatrixDimensionMismatchException.java"