public class javax.swing.text.ChangedCharSetException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.text.ChangedCharSetException
  super_class: java.io.IOException
{
  java.lang.String charSetSpec;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  boolean charSetKey;
    descriptor: Z
    flags: (0x0000) 

  public void <init>(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.text.ChangedCharSetException this
        start local 1 // java.lang.String charSetSpec
        start local 2 // boolean charSetKey
         0: .line 40
            aload 0 /* this */
            invokespecial java.io.IOException.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* charSetSpec */
            putfield javax.swing.text.ChangedCharSetException.charSetSpec:Ljava/lang/String;
         2: .line 42
            aload 0 /* this */
            iload 2 /* charSetKey */
            putfield javax.swing.text.ChangedCharSetException.charSetKey:Z
         3: .line 43
            return
        end local 2 // boolean charSetKey
        end local 1 // java.lang.String charSetSpec
        end local 0 // javax.swing.text.ChangedCharSetException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Ljavax/swing/text/ChangedCharSetException;
            0    4     1  charSetSpec  Ljava/lang/String;
            0    4     2   charSetKey  Z
    MethodParameters:
             Name  Flags
      charSetSpec  
      charSetKey   

  public java.lang.String getCharSetSpec();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.ChangedCharSetException this
         0: .line 46
            aload 0 /* this */
            getfield javax.swing.text.ChangedCharSetException.charSetSpec:Ljava/lang/String;
            areturn
        end local 0 // javax.swing.text.ChangedCharSetException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/ChangedCharSetException;

  public boolean keyEqualsCharSet();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.ChangedCharSetException this
         0: .line 50
            aload 0 /* this */
            getfield javax.swing.text.ChangedCharSetException.charSetKey:Z
            ireturn
        end local 0 // javax.swing.text.ChangedCharSetException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/ChangedCharSetException;
}
SourceFile: "ChangedCharSetException.java"