public class java.util.IllegalFormatWidthException extends java.util.IllegalFormatException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.util.IllegalFormatWidthException
  super_class: java.util.IllegalFormatException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16660902

  private int w;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.IllegalFormatWidthException this
        start local 1 // int w
         0: .line 46
            aload 0 /* this */
            invokespecial java.util.IllegalFormatException.<init>:()V
         1: .line 47
            aload 0 /* this */
            iload 1 /* w */
            putfield java.util.IllegalFormatWidthException.w:I
         2: .line 48
            return
        end local 1 // int w
        end local 0 // java.util.IllegalFormatWidthException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/util/IllegalFormatWidthException;
            0    3     1     w  I
    MethodParameters:
      Name  Flags
      w     

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.IllegalFormatWidthException this
         0: .line 56
            aload 0 /* this */
            getfield java.util.IllegalFormatWidthException.w:I
            ireturn
        end local 0 // java.util.IllegalFormatWidthException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/IllegalFormatWidthException;

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.IllegalFormatWidthException this
         0: .line 60
            aload 0 /* this */
            getfield java.util.IllegalFormatWidthException.w:I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 0 // java.util.IllegalFormatWidthException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/IllegalFormatWidthException;
}
SourceFile: "IllegalFormatWidthException.java"