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

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.linear.NonSquareMatrixException this
        start local 1 // int wrong
        start local 2 // int expected
         0: .line 39
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NON_SQUARE_MATRIX:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iload 1 /* wrong */
            iload 2 /* expected */
            invokespecial org.apache.commons.math3.exception.DimensionMismatchException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;II)V
         1: .line 40
            return
        end local 2 // int expected
        end local 1 // int wrong
        end local 0 // org.apache.commons.math3.linear.NonSquareMatrixException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/math3/linear/NonSquareMatrixException;
            0    2     1     wrong  I
            0    2     2  expected  I
    MethodParameters:
          Name  Flags
      wrong     
      expected  
}
SourceFile: "NonSquareMatrixException.java"