class com.sun.tools.javac.tree.DocPretty$UncheckedIOException extends java.lang.Error
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.tree.DocPretty$UncheckedIOException
  super_class: java.lang.Error
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -4032692679158424751

  void <init>(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.DocPretty$UncheckedIOException this
        start local 1 // java.io.IOException e
         0: .line 128
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aload 1 /* e */
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 129
            return
        end local 1 // java.io.IOException e
        end local 0 // com.sun.tools.javac.tree.DocPretty$UncheckedIOException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/tree/DocPretty$UncheckedIOException;
            0    2     1     e  Ljava/io/IOException;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "DocPretty.java"
NestHost: com.sun.tools.javac.tree.DocPretty
InnerClasses:
  private UncheckedIOException = com.sun.tools.javac.tree.DocPretty$UncheckedIOException of com.sun.tools.javac.tree.DocPretty