public class org.apache.commons.math3.linear.NonSquareOperatorException 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.NonSquareOperatorException
  super_class: org.apache.commons.math3.exception.DimensionMismatchException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4145007524150846242

  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.NonSquareOperatorException this
        start local 1 // int wrong
        start local 2 // int expected
         0: .line 38
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NON_SQUARE_OPERATOR: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 39
            return
        end local 2 // int expected
        end local 1 // int wrong
        end local 0 // org.apache.commons.math3.linear.NonSquareOperatorException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/math3/linear/NonSquareOperatorException;
            0    2     1     wrong  I
            0    2     2  expected  I
    MethodParameters:
          Name  Flags
      wrong     
      expected  
}
SourceFile: "NonSquareOperatorException.java"