public class com.sun.jdi.InvocationException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jdi.InvocationException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6066780907971918568

  com.sun.jdi.ObjectReference exception;
    descriptor: Lcom/sun/jdi/ObjectReference;
    flags: (0x0000) 

  public void <init>(com.sun.jdi.ObjectReference);
    descriptor: (Lcom/sun/jdi/ObjectReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jdi.InvocationException this
         0: .line 35
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tjdk.Exported cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jdi.InvocationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jdi/InvocationException;
    MethodParameters:
           Name  Flags
      exception  

  public com.sun.jdi.ObjectReference exception();
    descriptor: ()Lcom/sun/jdi/ObjectReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jdi.InvocationException this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jdi.InvocationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jdi/InvocationException;
}
SourceFile: "InvocationException.java"
    RuntimeInvisibleAnnotations: 
      jdk.Exported()