public class org.eclipse.jdt.internal.core.search.matching.MatchLocator$WrappedCoreException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.search.matching.MatchLocator$WrappedCoreException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8354329870126121212

  public org.eclipse.core.runtime.CoreException coreException;
    descriptor: Lorg/eclipse/core/runtime/CoreException;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.core.runtime.CoreException);
    descriptor: (Lorg/eclipse/core/runtime/CoreException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.MatchLocator$WrappedCoreException this
        start local 1 // org.eclipse.core.runtime.CoreException coreException
         0: .line 193
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 194
            aload 0 /* this */
            aload 1 /* coreException */
            putfield org.eclipse.jdt.internal.core.search.matching.MatchLocator$WrappedCoreException.coreException:Lorg/eclipse/core/runtime/CoreException;
         2: .line 195
            return
        end local 1 // org.eclipse.core.runtime.CoreException coreException
        end local 0 // org.eclipse.jdt.internal.core.search.matching.MatchLocator$WrappedCoreException this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/jdt/internal/core/search/matching/MatchLocator$WrappedCoreException;
            0    3     1  coreException  Lorg/eclipse/core/runtime/CoreException;
    MethodParameters:
               Name  Flags
      coreException  
}
SourceFile: "MatchLocator.java"
NestHost: org.eclipse.jdt.internal.core.search.matching.MatchLocator
InnerClasses:
  public WrappedCoreException = org.eclipse.jdt.internal.core.search.matching.MatchLocator$WrappedCoreException of org.eclipse.jdt.internal.core.search.matching.MatchLocator