final class com.oracle.truffle.api.instrumentation.InstrumentException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.InstrumentException
  super_class: java.lang.RuntimeException
{
  final com.oracle.truffle.api.instrumentation.EventContext context;
    descriptor: Lcom/oracle/truffle/api/instrumentation/EventContext;
    flags: (0x0010) ACC_FINAL

  final java.lang.RuntimeException delegate;
    descriptor: Ljava/lang/RuntimeException;
    flags: (0x0010) ACC_FINAL

  void <init>(com.oracle.truffle.api.instrumentation.EventContext, java.lang.RuntimeException);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;Ljava/lang/RuntimeException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentException this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        start local 2 // java.lang.RuntimeException delegate
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* context */
            putfield com.oracle.truffle.api.instrumentation.InstrumentException.context:Lcom/oracle/truffle/api/instrumentation/EventContext;
         2: .line 51
            aload 0 /* this */
            aload 2 /* delegate */
            putfield com.oracle.truffle.api.instrumentation.InstrumentException.delegate:Ljava/lang/RuntimeException;
         3: .line 52
            return
        end local 2 // java.lang.RuntimeException delegate
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/api/instrumentation/InstrumentException;
            0    4     1   context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    4     2  delegate  Ljava/lang/RuntimeException;
    MethodParameters:
          Name  Flags
      context   
      delegate  

  com.oracle.truffle.api.instrumentation.EventContext getContext();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/EventContext;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentException this
         0: .line 55
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentException.context:Lcom/oracle/truffle/api/instrumentation/EventContext;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentException;

  public java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentException this
         0: .line 61
            aload 0 /* this */
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentException;
}
SourceFile: "InstrumentException.java"