final class com.oracle.truffle.polyglot.PolyglotLanguageContext$ValueMigrationException extends com.oracle.truffle.api.exception.AbstractTruffleException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotLanguageContext$ValueMigrationException
  super_class: com.oracle.truffle.api.exception.AbstractTruffleException
{
  void <init>(java.lang.String, com.oracle.truffle.api.nodes.Node);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/nodes/Node;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ValueMigrationException this
        start local 1 // java.lang.String message
        start local 2 // com.oracle.truffle.api.nodes.Node location
         0: .line 937
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* location */
            invokespecial com.oracle.truffle.api.exception.AbstractTruffleException.<init>:(Ljava/lang/String;Lcom/oracle/truffle/api/nodes/Node;)V
         1: .line 938
            return
        end local 2 // com.oracle.truffle.api.nodes.Node location
        end local 1 // java.lang.String message
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ValueMigrationException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ValueMigrationException;
            0    2     1   message  Ljava/lang/String;
            0    2     2  location  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
          Name  Flags
      message   
      location  
}
SourceFile: "PolyglotLanguageContext.java"
NestHost: com.oracle.truffle.polyglot.PolyglotLanguageContext
InnerClasses:
  final ValueMigrationException = com.oracle.truffle.polyglot.PolyglotLanguageContext$ValueMigrationException of com.oracle.truffle.polyglot.PolyglotLanguageContext