class com.oracle.truffle.tools.profiler.ProfilerException extends com.oracle.truffle.api.exception.AbstractTruffleException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.profiler.ProfilerException
  super_class: com.oracle.truffle.api.exception.AbstractTruffleException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7860704745778916358

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.profiler.ProfilerException this
        start local 1 // java.lang.String s
         0: .line 34
            aload 0 /* this */
            aload 1 /* s */
            invokespecial com.oracle.truffle.api.exception.AbstractTruffleException.<init>:(Ljava/lang/String;)V
         1: .line 35
            return
        end local 1 // java.lang.String s
        end local 0 // com.oracle.truffle.tools.profiler.ProfilerException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/tools/profiler/ProfilerException;
            0    2     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "ProfilerException.java"