public final class com.oracle.truffle.api.object.IncompatibleLocationException extends com.oracle.truffle.api.nodes.SlowPathException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.object.IncompatibleLocationException
  super_class: com.oracle.truffle.api.nodes.SlowPathException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7734865392357341789

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.object.IncompatibleLocationException this
         0: .line 60
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.SlowPathException.<init>:()V
         1: .line 61
            return
        end local 0 // com.oracle.truffle.api.object.IncompatibleLocationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/object/IncompatibleLocationException;
}
SourceFile: "IncompatibleLocationException.java"