public class org.jruby.exceptions.RaiseException extends org.jruby.exceptions.JumpException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.exceptions.RaiseException
  super_class: org.jruby.exceptions.JumpException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7612079169559973951

  private org.jruby.RubyException exception;
    descriptor: Lorg/jruby/RubyException;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String providedMessage;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(java.lang.String, org.jruby.RubyException);
    descriptor: (Ljava/lang/String;Lorg/jruby/RubyException;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // java.lang.String message
        start local 2 // org.jruby.RubyException exception
         0: .line 59
            aload 0 /* this */
            aload 1 /* message */
            invokespecial org.jruby.exceptions.JumpException.<init>:(Ljava/lang/String;)V
         1: .line 60
            aload 0 /* this */
            aload 2 /* exception */
            invokevirtual org.jruby.exceptions.RaiseException.setException:(Lorg/jruby/RubyException;)V
         2: .line 61
            aload 0 /* this */
            aload 2 /* exception */
            invokevirtual org.jruby.RubyException.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            invokevirtual org.jruby.exceptions.RaiseException.preRaise:(Lorg/jruby/runtime/ThreadContext;)V
         3: .line 62
            return
        end local 2 // org.jruby.RubyException exception
        end local 1 // java.lang.String message
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/exceptions/RaiseException;
            0    4     1    message  Ljava/lang/String;
            0    4     2  exception  Lorg/jruby/RubyException;
    MethodParameters:
           Name  Flags
      message    
      exception  

  public static org.jruby.exceptions.RaiseException from(org.jruby.RubyException, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/RubyException;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/exceptions/RaiseException;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.RubyException exception
        start local 1 // org.jruby.runtime.builtin.IRubyObject backtrace
         0: .line 67
            new org.jruby.exceptions.RaiseException
            dup
            aload 0 /* exception */
            aload 1 /* backtrace */
            invokespecial org.jruby.exceptions.RaiseException.<init>:(Lorg/jruby/RubyException;Lorg/jruby/runtime/builtin/IRubyObject;)V
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject backtrace
        end local 0 // org.jruby.RubyException exception
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  exception  Lorg/jruby/RubyException;
            0    1     1  backtrace  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      exception  
      backtrace  

  public static org.jruby.exceptions.RaiseException from(org.jruby.Ruby, org.jruby.RubyClass, java.lang.String);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass excptnClass
        start local 2 // java.lang.String msg
         0: .line 71
            aload 0 /* runtime */
            aload 1 /* excptnClass */
            aload 2 /* msg */
            invokestatic org.jruby.RubyException.newException:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/RubyException;
            invokevirtual org.jruby.RubyException.toThrowable:()Lorg/jruby/exceptions/RaiseException;
            areturn
        end local 2 // java.lang.String msg
        end local 1 // org.jruby.RubyClass excptnClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0      runtime  Lorg/jruby/Ruby;
            0    1     1  excptnClass  Lorg/jruby/RubyClass;
            0    1     2          msg  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      runtime      
      excptnClass  
      msg          

  public static org.jruby.exceptions.RaiseException from(org.jruby.Ruby, org.jruby.RubyClass, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/exceptions/RaiseException;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass excptnClass
        start local 2 // java.lang.String msg
        start local 3 // org.jruby.runtime.builtin.IRubyObject backtrace
         0: .line 75
            aload 0 /* runtime */
            aload 1 /* excptnClass */
            aload 2 /* msg */
            invokestatic org.jruby.RubyException.newException:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/RubyException;
            invokevirtual org.jruby.RubyException.toThrowable:()Lorg/jruby/exceptions/RaiseException;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject backtrace
        end local 2 // java.lang.String msg
        end local 1 // org.jruby.RubyClass excptnClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0      runtime  Lorg/jruby/Ruby;
            0    1     1  excptnClass  Lorg/jruby/RubyClass;
            0    1     2          msg  Ljava/lang/String;
            0    1     3    backtrace  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
             Name  Flags
      runtime      
      excptnClass  
      msg          
      backtrace    

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.RaiseException this
         0: .line 80
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.providedMessage:Ljava/lang/String;
            ifnonnull 2
         1: .line 81
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            bipush 40
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            invokevirtual org.jruby.RubyException.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getBaseName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ") "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            invokevirtual org.jruby.RubyException.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            invokevirtual org.jruby.RubyException.message:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asJavaString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.jruby.exceptions.RaiseException.providedMessage:Ljava/lang/String;
         2: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.providedMessage:Ljava/lang/String;
            areturn
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/exceptions/RaiseException;

  public final org.jruby.RubyException getException();
    descriptor: ()Lorg/jruby/RubyException;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.RaiseException this
         0: .line 91
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            areturn
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/exceptions/RaiseException;

  private void preRaise(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 95
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokevirtual org.jruby.exceptions.RaiseException.preRaise:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 96
            return
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/exceptions/RaiseException;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  

  private void preRaise(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject backtrace
         0: .line 99
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.incrementExceptionCount:()V
         1: .line 100
            getstatic org.jruby.RubyInstanceConfig.LOG_EXCEPTIONS:Z
            ifeq 2
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            invokestatic org.jruby.runtime.backtrace.TraceType.logException:(Lorg/jruby/RubyException;)V
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.exceptions.RaiseException.doSetLastError:(Lorg/jruby/runtime/ThreadContext;)V
         3: .line 103
            aload 1 /* context */
            invokestatic org.jruby.exceptions.RaiseException.doCallEventHook:(Lorg/jruby/runtime/ThreadContext;)V
         4: .line 105
            aload 2 /* backtrace */
            ifnonnull 7
         5: .line 106
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            aload 1 /* context */
            invokestatic org.jruby.exceptions.RaiseException.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$RaiseExceptionSites;
            getfield org.jruby.runtime.JavaSites$RaiseExceptionSites.backtrace:Lorg/jruby/runtime/JavaSites$CheckedSites;
            invokestatic org.jruby.runtime.Helpers.invokeChecked:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/JavaSites$CheckedSites;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* backtrace */
         6: .line 107
            goto 8
         7: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            aload 2 /* backtrace */
            invokevirtual org.jruby.RubyException.setBacktrace:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         8: .line 111
      StackMap locals:
      StackMap stack:
            aload 2 /* backtrace */
            ifnull 9
            aload 2 /* backtrace */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 11
         9: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            aload 1 /* context */
            invokevirtual org.jruby.RubyException.captureBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
        10: .line 114
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            invokevirtual org.jruby.RubyException.getBacktraceElements:()[Lorg/jruby/runtime/backtrace/RubyStackTraceElement;
            invokestatic org.jruby.exceptions.RaiseException.javaTraceFromRubyTrace:([Lorg/jruby/runtime/backtrace/RubyStackTraceElement;)[Ljava/lang/StackTraceElement;
            invokevirtual org.jruby.exceptions.RaiseException.setStackTrace:([Ljava/lang/StackTraceElement;)V
        11: .line 116
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject backtrace
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/jruby/exceptions/RaiseException;
            0   12     1    context  Lorg/jruby/runtime/ThreadContext;
            0   12     2  backtrace  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
           Name  Flags
      context    
      backtrace  

  private static void doCallEventHook(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.jruby.runtime.ThreadContext context
         0: .line 119
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.hasEventHooks:()Z
            ifeq 2
         1: .line 120
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* context */
            getstatic org.jruby.runtime.RubyEvent.RAISE:Lorg/jruby/runtime/RubyEvent;
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFile:()Ljava/lang/String;
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getLine:()I
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            invokevirtual org.jruby.Ruby.callEventHooks:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/RubyEvent;Ljava/lang/String;ILjava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
         2: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  final

  private void doSetLastError(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 125
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            invokevirtual org.jruby.runtime.ThreadContext.setErrorInfo:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         1: .line 126
            return
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/exceptions/RaiseException;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  final

  protected final void setException(org.jruby.RubyException);
    descriptor: (Lorg/jruby/RubyException;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.RubyException newException
         0: .line 133
            aload 0 /* this */
            aload 1 /* newException */
            putfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
         1: .line 134
            return
        end local 1 // org.jruby.RubyException newException
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jruby/exceptions/RaiseException;
            0    2     1  newException  Lorg/jruby/RubyException;
    MethodParameters:
              Name  Flags
      newException  

  public static java.lang.StackTraceElement[] javaTraceFromRubyTrace(org.jruby.runtime.backtrace.RubyStackTraceElement[]);
    descriptor: ([Lorg/jruby/runtime/backtrace/RubyStackTraceElement;)[Ljava/lang/StackTraceElement;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.jruby.runtime.backtrace.RubyStackTraceElement[] trace
         0: .line 137
            aload 0 /* trace */
            arraylength
            anewarray java.lang.StackTraceElement
            astore 1 /* newTrace */
        start local 1 // java.lang.StackTraceElement[] newTrace
         1: .line 138
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 139
      StackMap locals: java.lang.StackTraceElement[] int
      StackMap stack:
            aload 1 /* newTrace */
            iload 2 /* i */
            aload 0 /* trace */
            iload 2 /* i */
            aaload
            invokevirtual org.jruby.runtime.backtrace.RubyStackTraceElement.asStackTraceElement:()Ljava/lang/StackTraceElement;
            aastore
         4: .line 138
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 1 /* newTrace */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 141
            aload 1 /* newTrace */
            areturn
        end local 1 // java.lang.StackTraceElement[] newTrace
        end local 0 // org.jruby.runtime.backtrace.RubyStackTraceElement[] trace
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0     trace  [Lorg/jruby/runtime/backtrace/RubyStackTraceElement;
            1    7     1  newTrace  [Ljava/lang/StackTraceElement;
            2    6     2         i  I
    MethodParameters:
       Name  Flags
      trace  

  public static org.jruby.exceptions.RaiseException createNativeRaiseException(org.jruby.Ruby, java.lang.Throwable);
    descriptor: (Lorg/jruby/Ruby;Ljava/lang/Throwable;)Lorg/jruby/exceptions/RaiseException;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // java.lang.Throwable cause
         0: .line 146
            aload 0 /* runtime */
            aload 1 /* cause */
            aconst_null
            invokestatic org.jruby.exceptions.RaiseException.createNativeRaiseException:(Lorg/jruby/Ruby;Ljava/lang/Throwable;Ljava/lang/reflect/Member;)Lorg/jruby/exceptions/RaiseException;
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  runtime  Lorg/jruby/Ruby;
            0    1     1    cause  Ljava/lang/Throwable;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      runtime  
      cause    

  public static org.jruby.exceptions.RaiseException createNativeRaiseException(org.jruby.Ruby, java.lang.Throwable, java.lang.reflect.Member);
    descriptor: (Lorg/jruby/Ruby;Ljava/lang/Throwable;Ljava/lang/reflect/Member;)Lorg/jruby/exceptions/RaiseException;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.jruby.Ruby runtime
        start local 1 // java.lang.Throwable cause
        start local 2 // java.lang.reflect.Member target
         0: .line 150
            new org.jruby.NativeException
            dup
            aload 0 /* runtime */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getNativeException:()Lorg/jruby/RubyClass;
            aload 1 /* cause */
            invokespecial org.jruby.NativeException.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/Throwable;)V
            astore 3 /* nativeException */
        start local 3 // org.jruby.NativeException nativeException
         1: .line 151
            new org.jruby.exceptions.RaiseException
            dup
            aload 1 /* cause */
            aload 3 /* nativeException */
            invokespecial org.jruby.exceptions.RaiseException.<init>:(Ljava/lang/Throwable;Lorg/jruby/NativeException;)V
            areturn
        end local 3 // org.jruby.NativeException nativeException
        end local 2 // java.lang.reflect.Member target
        end local 1 // java.lang.Throwable cause
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0          runtime  Lorg/jruby/Ruby;
            0    2     1            cause  Ljava/lang/Throwable;
            0    2     2           target  Ljava/lang/reflect/Member;
            1    2     3  nativeException  Lorg/jruby/NativeException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      runtime  
      cause    
      target   

  public void <init>(java.lang.Throwable, org.jruby.NativeException);
    descriptor: (Ljava/lang/Throwable;Lorg/jruby/NativeException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // java.lang.Throwable cause
        start local 2 // org.jruby.NativeException nativeException
         0: .line 155
            aload 0 /* this */
            aload 2 /* nativeException */
            invokevirtual org.jruby.NativeException.getMessageAsJavaString:()Ljava/lang/String;
            aload 1 /* cause */
            invokespecial org.jruby.exceptions.JumpException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 156
            aload 0 /* this */
            aload 0 /* this */
            invokespecial org.jruby.exceptions.JumpException.getMessage:()Ljava/lang/String;
            putfield org.jruby.exceptions.RaiseException.providedMessage:Ljava/lang/String;
         2: .line 157
            aload 0 /* this */
            aload 2 /* nativeException */
            invokevirtual org.jruby.exceptions.RaiseException.setException:(Lorg/jruby/RubyException;)V
         3: .line 158
            aload 0 /* this */
            aload 2 /* nativeException */
            invokevirtual org.jruby.NativeException.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 2 /* nativeException */
            invokevirtual org.jruby.NativeException.getCause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.getStackTrace:()[Ljava/lang/StackTraceElement;
            invokevirtual org.jruby.exceptions.RaiseException.preRaise:(Lorg/jruby/runtime/ThreadContext;[Ljava/lang/StackTraceElement;)V
         4: .line 159
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            invokevirtual org.jruby.RubyException.getBacktraceElements:()[Lorg/jruby/runtime/backtrace/RubyStackTraceElement;
            invokestatic org.jruby.exceptions.RaiseException.javaTraceFromRubyTrace:([Lorg/jruby/runtime/backtrace/RubyStackTraceElement;)[Ljava/lang/StackTraceElement;
            invokevirtual org.jruby.exceptions.RaiseException.setStackTrace:([Ljava/lang/StackTraceElement;)V
         5: .line 160
            return
        end local 2 // org.jruby.NativeException nativeException
        end local 1 // java.lang.Throwable cause
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/jruby/exceptions/RaiseException;
            0    6     1            cause  Ljava/lang/Throwable;
            0    6     2  nativeException  Lorg/jruby/NativeException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      cause            
      nativeException  

  public void <init>(org.jruby.RubyException);
    descriptor: (Lorg/jruby/RubyException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.RubyException exception
         0: .line 164
            aload 0 /* this */
            aload 1 /* exception */
            invokevirtual org.jruby.RubyException.getMessageAsJavaString:()Ljava/lang/String;
            aload 1 /* exception */
            invokespecial org.jruby.exceptions.RaiseException.<init>:(Ljava/lang/String;Lorg/jruby/RubyException;)V
         1: .line 165
            return
        end local 1 // org.jruby.RubyException exception
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/exceptions/RaiseException;
            0    2     1  exception  Lorg/jruby/RubyException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      exception  

  public void <init>(org.jruby.RubyException, boolean);
    descriptor: (Lorg/jruby/RubyException;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.RubyException exception
        start local 2 // boolean unused
         0: .line 169
            aload 0 /* this */
            aload 1 /* exception */
            invokevirtual org.jruby.RubyException.getMessageAsJavaString:()Ljava/lang/String;
            aload 1 /* exception */
            invokespecial org.jruby.exceptions.RaiseException.<init>:(Ljava/lang/String;Lorg/jruby/RubyException;)V
         1: .line 170
            return
        end local 2 // boolean unused
        end local 1 // org.jruby.RubyException exception
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/exceptions/RaiseException;
            0    2     1  exception  Lorg/jruby/RubyException;
            0    2     2     unused  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      exception  
      unused     

  public void <init>(org.jruby.RubyException, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/RubyException;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.RubyException exception
        start local 2 // org.jruby.runtime.builtin.IRubyObject backtrace
         0: .line 174
            aload 0 /* this */
            aload 1 /* exception */
            invokevirtual org.jruby.RubyException.getMessageAsJavaString:()Ljava/lang/String;
            aload 1 /* exception */
            invokespecial org.jruby.exceptions.RaiseException.<init>:(Ljava/lang/String;Lorg/jruby/RubyException;)V
         1: .line 175
            aload 0 /* this */
            aload 1 /* exception */
            invokevirtual org.jruby.RubyException.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 2 /* backtrace */
            invokevirtual org.jruby.exceptions.RaiseException.preRaise:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)V
         2: .line 176
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject backtrace
        end local 1 // org.jruby.RubyException exception
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/exceptions/RaiseException;
            0    3     1  exception  Lorg/jruby/RubyException;
            0    3     2  backtrace  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      exception  
      backtrace  

  public void <init>(org.jruby.Ruby, org.jruby.RubyClass, java.lang.String);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass excptnClass
        start local 3 // java.lang.String msg
         0: .line 180
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* excptnClass */
            aload 3 /* msg */
            aconst_null
            invokespecial org.jruby.exceptions.RaiseException.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 181
            return
        end local 3 // java.lang.String msg
        end local 2 // org.jruby.RubyClass excptnClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jruby/exceptions/RaiseException;
            0    2     1      runtime  Lorg/jruby/Ruby;
            0    2     2  excptnClass  Lorg/jruby/RubyClass;
            0    2     3          msg  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      runtime      
      excptnClass  
      msg          

  public void <init>(org.jruby.Ruby, org.jruby.RubyClass, java.lang.String, boolean);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass excptnClass
        start local 3 // java.lang.String msg
        start local 4 // boolean unused
         0: .line 185
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* excptnClass */
            aload 3 /* msg */
            aconst_null
            invokespecial org.jruby.exceptions.RaiseException.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 186
            return
        end local 4 // boolean unused
        end local 3 // java.lang.String msg
        end local 2 // org.jruby.RubyClass excptnClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jruby/exceptions/RaiseException;
            0    2     1      runtime  Lorg/jruby/Ruby;
            0    2     2  excptnClass  Lorg/jruby/RubyClass;
            0    2     3          msg  Ljava/lang/String;
            0    2     4       unused  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      runtime      
      excptnClass  
      msg          
      unused       

  public void <init>(org.jruby.Ruby, org.jruby.RubyClass, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass excptnClass
        start local 3 // java.lang.String msg
        start local 4 // org.jruby.runtime.builtin.IRubyObject backtrace
         0: .line 190
            aload 0 /* this */
            aload 3 /* msg */
            ifnonnull 1
            ldc "No message available"
            dup
            astore 3 /* msg */
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aload 3 /* msg */
      StackMap locals: uninitialized-this org.jruby.Ruby org.jruby.RubyClass java.lang.String org.jruby.runtime.builtin.IRubyObject
      StackMap stack: uninitialized-this java.lang.String
         2: invokespecial org.jruby.exceptions.JumpException.<init>:(Ljava/lang/String;)V
         3: .line 192
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            bipush 40
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* excptnClass */
            invokevirtual org.jruby.RubyClass.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ") "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* msg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.jruby.exceptions.RaiseException.providedMessage:Ljava/lang/String;
         4: .line 194
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            astore 5 /* context */
        start local 5 // org.jruby.runtime.ThreadContext context
         5: .line 195
            aload 0 /* this */
         6: .line 196
            aload 5 /* context */
         7: .line 197
            aload 2 /* excptnClass */
         8: .line 198
            ldc "new"
         9: .line 199
            aload 1 /* runtime */
            aload 3 /* msg */
            invokestatic org.jruby.RubyString.newUnicodeString:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyString;
        10: .line 195
            invokestatic org.jruby.runtime.Helpers.invoke:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyException
            invokevirtual org.jruby.exceptions.RaiseException.setException:(Lorg/jruby/RubyException;)V
        11: .line 200
            aload 0 /* this */
            aload 5 /* context */
            aload 4 /* backtrace */
            invokevirtual org.jruby.exceptions.RaiseException.preRaise:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)V
        12: .line 201
            return
        end local 5 // org.jruby.runtime.ThreadContext context
        end local 4 // org.jruby.runtime.builtin.IRubyObject backtrace
        end local 3 // java.lang.String msg
        end local 2 // org.jruby.RubyClass excptnClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/jruby/exceptions/RaiseException;
            0   13     1      runtime  Lorg/jruby/Ruby;
            0   13     2  excptnClass  Lorg/jruby/RubyClass;
            0   13     3          msg  Ljava/lang/String;
            0   13     4    backtrace  Lorg/jruby/runtime/builtin/IRubyObject;
            5   13     5      context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      runtime      
      excptnClass  
      msg          
      backtrace    

  public void <init>(org.jruby.Ruby, org.jruby.RubyClass, java.lang.String, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass excptnClass
        start local 3 // java.lang.String msg
        start local 4 // org.jruby.runtime.builtin.IRubyObject backtrace
        start local 5 // boolean unused
         0: .line 205
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* excptnClass */
            aload 3 /* msg */
            aload 4 /* backtrace */
            invokespecial org.jruby.exceptions.RaiseException.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 206
            return
        end local 5 // boolean unused
        end local 4 // org.jruby.runtime.builtin.IRubyObject backtrace
        end local 3 // java.lang.String msg
        end local 2 // org.jruby.RubyClass excptnClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jruby/exceptions/RaiseException;
            0    2     1      runtime  Lorg/jruby/Ruby;
            0    2     2  excptnClass  Lorg/jruby/RubyClass;
            0    2     3          msg  Ljava/lang/String;
            0    2     4    backtrace  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     5       unused  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      runtime      
      excptnClass  
      msg          
      backtrace    
      unused       

  protected final void setException(org.jruby.RubyException, boolean);
    descriptor: (Lorg/jruby/RubyException;Z)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.RubyException newException
        start local 2 // boolean unused
         0: .line 210
            aload 0 /* this */
            aload 1 /* newException */
            putfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
         1: .line 211
            return
        end local 2 // boolean unused
        end local 1 // org.jruby.RubyException newException
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jruby/exceptions/RaiseException;
            0    2     1  newException  Lorg/jruby/RubyException;
            0    2     2        unused  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      newException  
      unused        

  private void preRaise(org.jruby.runtime.ThreadContext, java.lang.StackTraceElement[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Ljava/lang/StackTraceElement;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // java.lang.StackTraceElement[] javaTrace
         0: .line 215
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.incrementExceptionCount:()V
         1: .line 216
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.exceptions.RaiseException.doSetLastError:(Lorg/jruby/runtime/ThreadContext;)V
         2: .line 217
            aload 1 /* context */
            invokestatic org.jruby.exceptions.RaiseException.doCallEventHook:(Lorg/jruby/runtime/ThreadContext;)V
         3: .line 218
            getstatic org.jruby.RubyInstanceConfig.LOG_EXCEPTIONS:Z
            ifeq 4
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            invokestatic org.jruby.runtime.backtrace.TraceType.logException:(Lorg/jruby/RubyException;)V
         4: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.exceptions.RaiseException.requiresBacktrace:(Lorg/jruby/runtime/ThreadContext;)Z
            ifeq 6
         5: .line 220
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            aload 1 /* context */
            aload 2 /* javaTrace */
            invokevirtual org.jruby.RubyException.prepareIntegratedBacktrace:(Lorg/jruby/runtime/ThreadContext;[Ljava/lang/StackTraceElement;)V
         6: .line 222
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.StackTraceElement[] javaTrace
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/jruby/exceptions/RaiseException;
            0    7     1    context  Lorg/jruby/runtime/ThreadContext;
            0    7     2  javaTrace  [Ljava/lang/StackTraceElement;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      context    
      javaTrace  

  private boolean requiresBacktrace(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.RaiseException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 227
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.exceptionRequiresBacktrace:Z
            ifne 4
         1: .line 228
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getStandardError:()Lorg/jruby/RubyClass;
            aload 0 /* this */
            getfield org.jruby.exceptions.RaiseException.exception:Lorg/jruby/RubyException;
            invokevirtual org.jruby.RubyClass.isInstance:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 4
         2: .line 229
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.isDebug:()Z
            ifne 4
         3: .line 227
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.exceptions.RaiseException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/exceptions/RaiseException;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  

  private static org.jruby.runtime.JavaSites$RaiseExceptionSites sites(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$RaiseExceptionSites;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.ThreadContext context
         0: .line 233
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.sites:Lorg/jruby/runtime/JavaSites;
            getfield org.jruby.runtime.JavaSites.RaiseException:Lorg/jruby/runtime/JavaSites$RaiseExceptionSites;
            areturn
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "RaiseException.java"
InnerClasses:
  public CheckedSites = org.jruby.runtime.JavaSites$CheckedSites of org.jruby.runtime.JavaSites
  public RaiseExceptionSites = org.jruby.runtime.JavaSites$RaiseExceptionSites of org.jruby.runtime.JavaSites