public class com.oracle.truffle.llvm.runtime.NativeContextExtension$UnsupportedNativeTypeException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.NativeContextExtension$UnsupportedNativeTypeException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final com.oracle.truffle.llvm.runtime.types.Type type;
    descriptor: Lcom/oracle/truffle/llvm/runtime/types/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.oracle.truffle.llvm.runtime.types.Type);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/types/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.NativeContextExtension$UnsupportedNativeTypeException this
        start local 1 // com.oracle.truffle.llvm.runtime.types.Type type
         0: .line 54
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "unsupported type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " in native interop"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 55
            aload 0 /* this */
            aload 1 /* type */
            putfield com.oracle.truffle.llvm.runtime.NativeContextExtension$UnsupportedNativeTypeException.type:Lcom/oracle/truffle/llvm/runtime/types/Type;
         2: .line 56
            return
        end local 1 // com.oracle.truffle.llvm.runtime.types.Type type
        end local 0 // com.oracle.truffle.llvm.runtime.NativeContextExtension$UnsupportedNativeTypeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/runtime/NativeContextExtension$UnsupportedNativeTypeException;
            0    3     1  type  Lcom/oracle/truffle/llvm/runtime/types/Type;
    MethodParameters:
      Name  Flags
      type  

  public com.oracle.truffle.llvm.runtime.types.Type getType();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/types/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.NativeContextExtension$UnsupportedNativeTypeException this
         0: .line 59
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.NativeContextExtension$UnsupportedNativeTypeException.type:Lcom/oracle/truffle/llvm/runtime/types/Type;
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.NativeContextExtension$UnsupportedNativeTypeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/NativeContextExtension$UnsupportedNativeTypeException;
}
SourceFile: "NativeContextExtension.java"
NestHost: com.oracle.truffle.llvm.runtime.NativeContextExtension
InnerClasses:
  public UnsupportedNativeTypeException = com.oracle.truffle.llvm.runtime.NativeContextExtension$UnsupportedNativeTypeException of com.oracle.truffle.llvm.runtime.NativeContextExtension