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

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMParserException this
        start local 1 // java.lang.String message
         0: .line 48
            aload 0 /* this */
            aconst_null
            aload 1 /* message */
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMException.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;)V
         1: .line 49
            return
        end local 1 // java.lang.String message
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMParserException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/llvm/runtime/except/LLVMParserException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(com.oracle.truffle.api.nodes.Node, java.lang.String, java.lang.Object[]);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMParserException this
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // java.lang.String message
        start local 3 // java.lang.Object[] args
         0: .line 53
            aload 0 /* this */
            aload 1 /* node */
            aload 2 /* message */
            aload 3 /* args */
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMException.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;)V
         1: .line 54
            return
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String message
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMParserException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/llvm/runtime/except/LLVMParserException;
            0    2     1     node  Lcom/oracle/truffle/api/nodes/Node;
            0    2     2  message  Ljava/lang/String;
            0    2     3     args  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
         Name  Flags
      node     
      message  
      args     

  com.oracle.truffle.api.interop.ExceptionType getExceptionType();
    descriptor: ()Lcom/oracle/truffle/api/interop/ExceptionType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMParserException this
         0: .line 58
            getstatic com.oracle.truffle.api.interop.ExceptionType.PARSE_ERROR:Lcom/oracle/truffle/api/interop/ExceptionType;
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMParserException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/except/LLVMParserException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "LLVMParserException.java"
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)