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

  private final int dimension;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.commons.math3.exception.util.Localizable, int, int);
    descriptor: (Lorg/apache/commons/math3/exception/util/Localizable;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.exception.DimensionMismatchException this
        start local 1 // org.apache.commons.math3.exception.util.Localizable specific
        start local 2 // int wrong
        start local 3 // int expected
         0: .line 43
            aload 0 /* this */
            aload 1 /* specific */
            iload 2 /* wrong */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 3 /* expected */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokespecial org.apache.commons.math3.exception.MathIllegalNumberException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;[Ljava/lang/Object;)V
         1: .line 44
            aload 0 /* this */
            iload 3 /* expected */
            putfield org.apache.commons.math3.exception.DimensionMismatchException.dimension:I
         2: .line 45
            return
        end local 3 // int expected
        end local 2 // int wrong
        end local 1 // org.apache.commons.math3.exception.util.Localizable specific
        end local 0 // org.apache.commons.math3.exception.DimensionMismatchException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/math3/exception/DimensionMismatchException;
            0    3     1  specific  Lorg/apache/commons/math3/exception/util/Localizable;
            0    3     2     wrong  I
            0    3     3  expected  I
    MethodParameters:
          Name  Flags
      specific  
      wrong     
      expected  

  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.exception.DimensionMismatchException this
        start local 1 // int wrong
        start local 2 // int expected
         0: .line 55
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE: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 56
            return
        end local 2 // int expected
        end local 1 // int wrong
        end local 0 // org.apache.commons.math3.exception.DimensionMismatchException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/math3/exception/DimensionMismatchException;
            0    2     1     wrong  I
            0    2     2  expected  I
    MethodParameters:
          Name  Flags
      wrong     
      expected  

  public int getDimension();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.DimensionMismatchException this
         0: .line 62
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.DimensionMismatchException.dimension:I
            ireturn
        end local 0 // org.apache.commons.math3.exception.DimensionMismatchException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/DimensionMismatchException;
}
SourceFile: "DimensionMismatchException.java"