public class org.jruby.RubyException extends org.jruby.RubyObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyException
  super_class: org.jruby.RubyObject
{
  public static final int TRACE_HEAD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int TRACE_TAIL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int TRACE_MAX;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 18

  private final org.jruby.RubyException$Backtrace backtrace;
    descriptor: Lorg/jruby/RubyException$Backtrace;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  org.jruby.runtime.builtin.IRubyObject message;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0000) 

  private org.jruby.runtime.builtin.IRubyObject cause;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.exceptions.RaiseException throwable;
    descriptor: Lorg/jruby/exceptions/RaiseException;
    flags: (0x0002) ACC_PRIVATE

  public static org.jruby.runtime.ObjectAllocator EXCEPTION_ALLOCATOR;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  private static final org.jruby.runtime.ObjectMarshal<org.jruby.RubyException> EXCEPTION_MARSHAL;
    descriptor: Lorg/jruby/runtime/ObjectMarshal;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/jruby/runtime/ObjectMarshal<Lorg/jruby/RubyException;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 178
            invokedynamic allocate()Lorg/jruby/runtime/ObjectAllocator;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
                  org/jruby/RubyException.lambda$0(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject; (6)
                  (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
            putstatic org.jruby.RubyException.EXCEPTION_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
         1: .line 180
            new org.jruby.RubyException$1
            dup
            invokespecial org.jruby.RubyException$1.<init>:()V
            putstatic org.jruby.RubyException.EXCEPTION_MARSHAL:Lorg/jruby/runtime/ObjectMarshal;
         2: .line 206
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass rubyClass
         0: .line 129
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* rubyClass */
            invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 122
            aload 0 /* this */
            new org.jruby.RubyException$Backtrace
            dup
            invokespecial org.jruby.RubyException$Backtrace.<init>:()V
            putfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
         2: .line 125
            aload 0 /* this */
            aconst_null
            putfield org.jruby.RubyException.cause:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 130
            return
        end local 2 // org.jruby.RubyClass rubyClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/RubyException;
            0    4     1    runtime  Lorg/jruby/Ruby;
            0    4     2  rubyClass  Lorg/jruby/RubyClass;
    MethodParameters:
           Name  Flags
      runtime    
      rubyClass  

  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=3, locals=4, args_size=4
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass rubyClass
        start local 3 // java.lang.String message
         0: .line 133
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* rubyClass */
            invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 122
            aload 0 /* this */
            new org.jruby.RubyException$Backtrace
            dup
            invokespecial org.jruby.RubyException$Backtrace.<init>:()V
            putfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
         2: .line 125
            aload 0 /* this */
            aconst_null
            putfield org.jruby.RubyException.cause:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 135
            aload 0 /* this */
            aload 3 /* message */
            ifnonnull 4
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            goto 5
      StackMap locals: org.jruby.RubyException org.jruby.Ruby org.jruby.RubyClass java.lang.String
      StackMap stack: org.jruby.RubyException
         4: aload 1 /* runtime */
            aload 3 /* message */
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
      StackMap locals: org.jruby.RubyException org.jruby.Ruby org.jruby.RubyClass java.lang.String
      StackMap stack: org.jruby.RubyException org.jruby.runtime.builtin.IRubyObject
         5: invokevirtual org.jruby.RubyException.setMessage:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         6: .line 136
            return
        end local 3 // java.lang.String message
        end local 2 // org.jruby.RubyClass rubyClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/jruby/RubyException;
            0    7     1    runtime  Lorg/jruby/Ruby;
            0    7     2  rubyClass  Lorg/jruby/RubyClass;
            0    7     3    message  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      runtime    
      rubyClass  
      message    

  public static org.jruby.runtime.builtin.IRubyObject exception(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject recv
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 3 // org.jruby.runtime.Block block
         0: .line 140
            aload 1 /* recv */
            checkcast org.jruby.RubyClass
            aload 0 /* context */
            aload 2 /* args */
            aload 3 /* block */
            invokevirtual org.jruby.RubyClass.newInstance:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.builtin.IRubyObject recv
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     recv  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    block  Lorg/jruby/runtime/Block;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"exception"}, optional = 1, rest = true, meta = true)
    MethodParameters:
         Name  Flags
      context  
      recv     
      args     
      block    

  public static org.jruby.runtime.builtin.IRubyObject op_eqq(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject recv
        start local 2 // org.jruby.runtime.builtin.IRubyObject other
         0: .line 145
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 147
            aload 2 /* other */
            instanceof org.jruby.java.proxies.ConcreteJavaProxy
            ifeq 7
         2: .line 148
            aload 1 /* recv */
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getException:()Lorg/jruby/RubyClass;
            if_acmpeq 3
            aload 1 /* recv */
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getStandardError:()Lorg/jruby/RubyClass;
            if_acmpne 7
         3: .line 150
      StackMap locals: org.jruby.Ruby
      StackMap stack:
            aload 2 /* other */
            checkcast org.jruby.java.proxies.ConcreteJavaProxy
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy.getObject:()Ljava/lang/Object;
            astore 4 /* object */
        start local 4 // java.lang.Object object
         4: .line 151
            aload 4 /* object */
            instanceof java.lang.Throwable
            ifeq 7
            aload 4 /* object */
            instanceof org.jruby.exceptions.JumpException$FlowControlException
            ifne 7
         5: .line 152
            aload 1 /* recv */
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getException:()Lorg/jruby/RubyClass;
            if_acmpeq 6
            aload 4 /* object */
            instanceof java.lang.Exception
            ifeq 7
         6: .line 153
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.tru:Lorg/jruby/RubyBoolean;
            areturn
        end local 4 // java.lang.Object object
         7: .line 158
      StackMap locals:
      StackMap stack:
            aload 1 /* recv */
            checkcast org.jruby.RubyClass
            aload 0 /* context */
            aload 2 /* other */
            invokevirtual org.jruby.RubyClass.op_eqq:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyBoolean;
            areturn
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject other
        end local 1 // org.jruby.runtime.builtin.IRubyObject recv
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  context  Lorg/jruby/runtime/ThreadContext;
            0    8     1     recv  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2    other  Lorg/jruby/runtime/builtin/IRubyObject;
            1    8     3  runtime  Lorg/jruby/Ruby;
            4    7     4   object  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"==="}, meta = true)
    MethodParameters:
         Name  Flags
      context  
      recv     
      other    

  protected org.jruby.exceptions.RaiseException constructThrowable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // java.lang.String message
         0: .line 162
            new org.jruby.exceptions.Exception
            dup
            aload 1 /* message */
            aload 0 /* this */
            invokespecial org.jruby.exceptions.Exception.<init>:(Ljava/lang/String;Lorg/jruby/RubyException;)V
            areturn
        end local 1 // java.lang.String message
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyException;
            0    1     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public static org.jruby.RubyClass createExceptionClass(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.jruby.Ruby runtime
         0: .line 166
            aload 0 /* runtime */
            ldc "Exception"
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getObject:()Lorg/jruby/RubyClass;
            getstatic org.jruby.RubyException.EXCEPTION_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
            invokevirtual org.jruby.Ruby.defineClass:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
            astore 1 /* exceptionClass */
        start local 1 // org.jruby.RubyClass exceptionClass
         1: .line 167
            aload 0 /* runtime */
            aload 1 /* exceptionClass */
            invokevirtual org.jruby.Ruby.setException:(Lorg/jruby/RubyClass;)V
         2: .line 169
            aload 1 /* exceptionClass */
            getstatic org.jruby.runtime.ClassIndex.EXCEPTION:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.RubyClass.setClassIndex:(Lorg/jruby/runtime/ClassIndex;)V
         3: .line 170
            aload 1 /* exceptionClass */
            ldc Lorg/jruby/RubyException;
            invokevirtual org.jruby.RubyClass.setReifiedClass:(Ljava/lang/Class;)V
         4: .line 172
            aload 1 /* exceptionClass */
            getstatic org.jruby.RubyException.EXCEPTION_MARSHAL:Lorg/jruby/runtime/ObjectMarshal;
            invokevirtual org.jruby.RubyClass.setMarshal:(Lorg/jruby/runtime/ObjectMarshal;)V
         5: .line 173
            aload 1 /* exceptionClass */
            ldc Lorg/jruby/RubyException;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         6: .line 175
            aload 1 /* exceptionClass */
            areturn
        end local 1 // org.jruby.RubyClass exceptionClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0         runtime  Lorg/jruby/Ruby;
            1    7     1  exceptionClass  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  

  public static org.jruby.RubyException newException(org.jruby.Ruby, org.jruby.RubyClass, java.lang.String);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/RubyException;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, 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 209
            aload 2 /* msg */
            ifnonnull 2
         1: .line 210
            ldc "No message available"
            astore 2 /* msg */
         2: .line 213
      StackMap locals:
      StackMap stack:
            aload 1 /* excptnClass */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 0 /* runtime */
            aload 2 /* msg */
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyString;
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.RubyClass.newInstance:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyException
            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    3     0      runtime  Lorg/jruby/Ruby;
            0    3     1  excptnClass  Lorg/jruby/RubyClass;
            0    3     2          msg  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      runtime      
      excptnClass  
      msg          

  public static org.jruby.runtime.builtin.IRubyObject newException(org.jruby.runtime.ThreadContext, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.RubyClass exceptionClass
        start local 2 // org.jruby.runtime.builtin.IRubyObject message
         0: .line 219
            aload 1 /* exceptionClass */
            aload 0 /* context */
            ldc "new"
            aload 2 /* message */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyClass.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject message
        end local 1 // org.jruby.RubyClass exceptionClass
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0         context  Lorg/jruby/runtime/ThreadContext;
            0    1     1  exceptionClass  Lorg/jruby/RubyClass;
            0    1     2         message  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      context         
      exceptionClass  
      message         

  public org.jruby.runtime.builtin.IRubyObject full_message(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 224
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokevirtual org.jruby.RubyException.full_message:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyException;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject full_message(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject opts
         0: .line 229
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 1 /* context */
            aload 0 /* this */
            aload 2 /* opts */
            invokestatic org.jruby.runtime.backtrace.TraceType.printFullMessage:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/String;
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject opts
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyException;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     opts  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  
      opts     

  public org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 2 // org.jruby.runtime.Block block
         0: .line 234
            aload 1 /* args */
            arraylength
            iconst_1
            if_icmpne 1
            aload 0 /* this */
            aload 1 /* args */
            iconst_0
            aaload
            invokevirtual org.jruby.RubyException.setMessage:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/RubyException;
            0    2     1   args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     2  block  Lorg/jruby/runtime/Block;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(optional = 2, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
       Name  Flags
      args   
      block  

  public org.jruby.runtime.builtin.IRubyObject backtrace();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyException this
         0: .line 241
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getBacktrace:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyException;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()

  public org.jruby.runtime.builtin.IRubyObject set_backtrace(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.builtin.IRubyObject obj
         0: .line 246
            aload 0 /* this */
            aload 1 /* obj */
            invokevirtual org.jruby.RubyException.setBacktrace:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 247
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.backtrace:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject obj
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyException;
            0    2     1   obj  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(required = 1)
    MethodParameters:
      Name  Flags
      obj   

  public void setBacktrace(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.builtin.IRubyObject obj
         0: .line 251
            aload 1 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* obj */
            invokevirtual org.jruby.RubyException.isArrayOfStrings:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 3
         1: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            aload 1 /* obj */
            putfield org.jruby.RubyException$Backtrace.backtraceObject:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 253
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 1 /* obj */
            instanceof org.jruby.RubyString
            ifeq 6
         4: .line 254
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getRuntime:()Lorg/jruby/Ruby;
            aload 1 /* obj */
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            putfield org.jruby.RubyException$Backtrace.backtraceObject:Lorg/jruby/runtime/builtin/IRubyObject;
         5: .line 255
            goto 7
         6: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getRuntime:()Lorg/jruby/Ruby;
            ldc "backtrace must be Array of String"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         7: .line 258
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject obj
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/jruby/RubyException;
            0    8     1   obj  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      obj   

  public org.jruby.runtime.builtin.IRubyObject backtrace_locations(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 262
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            aload 1 /* context */
            invokevirtual org.jruby.RubyException$Backtrace.getBacktraceLocations:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyException;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(omit = true)
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.RubyException exception(org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 267
            aload 1 /* args */
            arraylength
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 6
          }
         1: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
         2: .line 271
      StackMap locals:
      StackMap stack:
            aload 1 /* args */
            iconst_0
            aaload
            aload 0 /* this */
            if_acmpne 3
            aload 0 /* this */
            areturn
         3: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.rbClone:()Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyException
            astore 2 /* ret */
        start local 2 // org.jruby.RubyException ret
         4: .line 273
            aload 2 /* ret */
            aload 1 /* args */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.RubyException.initialize:([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         5: .line 274
            aload 2 /* ret */
            areturn
        end local 2 // org.jruby.RubyException ret
         6: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getRuntime:()Lorg/jruby/Ruby;
            ldc "Wrong argument count"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/jruby/RubyException;
            0    7     1  args  [Lorg/jruby/runtime/builtin/IRubyObject;
            4    6     2   ret  Lorg/jruby/RubyException;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(optional = 1)
    MethodParameters:
      Name  Flags
      args  

  public org.jruby.runtime.builtin.IRubyObject to_s(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 282
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getMessage:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* msg */
        start local 2 // org.jruby.runtime.builtin.IRubyObject msg
         1: .line 283
            aload 2 /* msg */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 2
            aload 2 /* msg */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asString:()Lorg/jruby/RubyString;
            areturn
         2: .line 284
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getRealClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getName:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject msg
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyException;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            1    3     2      msg  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"to_s"})
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject to_s19(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 288
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.RubyException.to_s:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyException;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject message(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 292
            aload 0 /* this */
            aload 1 /* context */
            ldc "to_s"
            invokevirtual org.jruby.RubyException.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyException;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"message"})
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.RubyString inspect(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 302
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getRealClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.rubyName:()Lorg/jruby/RubyString;
            astore 2 /* rubyClass */
        start local 2 // org.jruby.RubyString rubyClass
         1: .line 303
            aload 1 /* context */
            aload 0 /* this */
            invokestatic org.jruby.RubyString.objAsString:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
            astore 3 /* exception */
        start local 3 // org.jruby.RubyString exception
         2: .line 305
            aload 3 /* exception */
            invokevirtual org.jruby.RubyString.isEmpty:()Z
            ifeq 3
            aload 2 /* rubyClass */
            areturn
         3: .line 307
      StackMap locals: org.jruby.RubyString org.jruby.RubyString
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc "#<"
            aload 2 /* rubyClass */
            ldc ": "
            aload 3 /* exception */
            ldc ">"
            invokestatic org.jruby.util.RubyStringBuilder.str:(Lorg/jruby/Ruby;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 3 // org.jruby.RubyString exception
        end local 2 // org.jruby.RubyString rubyClass
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/RubyException;
            0    4     1    context  Lorg/jruby/runtime/ThreadContext;
            1    4     2  rubyClass  Lorg/jruby/RubyString;
            2    4     3  exception  Lorg/jruby/RubyString;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"inspect"})
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.RubyBoolean op_equal(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyBoolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject other
         0: .line 313
            aload 0 /* this */
            aload 2 /* other */
            if_acmpne 1
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.tru:Lorg/jruby/RubyBoolean;
            areturn
         1: .line 315
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getException:()Lorg/jruby/RubyClass;
            aload 2 /* other */
            invokevirtual org.jruby.RubyClass.isInstance:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         2: .line 316
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getRealClass:()Lorg/jruby/RubyClass;
            aload 2 /* other */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getRealClass:()Lorg/jruby/RubyClass;
            if_acmpne 6
         3: .line 317
            aload 0 /* this */
            aload 1 /* context */
            ldc "message"
            invokevirtual org.jruby.RubyException.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* other */
            aload 1 /* context */
            ldc "message"
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 318
            aload 0 /* this */
            aload 1 /* context */
            ldc "backtrace"
            invokevirtual org.jruby.RubyException.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* other */
            aload 1 /* context */
            ldc "backtrace"
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 315
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 3 /* equal */
        start local 3 // boolean equal
         8: .line 319
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iload 3 /* equal */
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 3 // boolean equal
        end local 2 // org.jruby.runtime.builtin.IRubyObject other
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/jruby/RubyException;
            0    9     1  context  Lorg/jruby/runtime/ThreadContext;
            0    9     2    other  Lorg/jruby/runtime/builtin/IRubyObject;
            8    9     3    equal  Z
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"=="})
    MethodParameters:
         Name  Flags
      context  
      other    

  public org.jruby.runtime.builtin.IRubyObject cause(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 324
            aload 0 /* this */
            getfield org.jruby.RubyException.cause:Lorg/jruby/runtime/builtin/IRubyObject;
            ifnonnull 1
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.jruby.RubyException.cause:Lorg/jruby/runtime/builtin/IRubyObject;
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         2: areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyException;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"cause"})
    MethodParameters:
         Name  Flags
      context  

  public <T> T toJava(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // java.lang.Class target
         0: .line 339
            aload 1 /* target */
            ldc Ljava/lang/Object;
            if_acmpeq 2
            aload 1 /* target */
            ldc Lorg/jruby/exceptions/RaiseException;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 2
         1: .line 340
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.toThrowable:()Lorg/jruby/exceptions/RaiseException;
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         2: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.jruby.RubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Class target
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/RubyException;
            0    3     1  target  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
        Name  Flags
      target  

  public org.jruby.exceptions.RaiseException toThrowable();
    descriptor: ()Lorg/jruby/exceptions/RaiseException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.RubyException this
         0: .line 355
            aload 0 /* this */
            getfield org.jruby.RubyException.throwable:Lorg/jruby/exceptions/RaiseException;
            ifnonnull 2
         1: .line 356
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getMessageAsJavaString:()Ljava/lang/String;
            invokevirtual org.jruby.RubyException.constructThrowable:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            dup_x1
            putfield org.jruby.RubyException.throwable:Lorg/jruby/exceptions/RaiseException;
            areturn
         2: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyException.throwable:Lorg/jruby/exceptions/RaiseException;
            areturn
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyException;

  public void setCause(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.builtin.IRubyObject cause
         0: .line 362
            aload 0 /* this */
            aload 1 /* cause */
            putfield org.jruby.RubyException.cause:Lorg/jruby/runtime/builtin/IRubyObject;
         1: .line 363
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject cause
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/RubyException;
            0    2     1  cause  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      cause  

  public java.lang.Object getCause();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyException this
         0: .line 367
            aload 0 /* this */
            getfield org.jruby.RubyException.cause:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyException;

  public org.jruby.runtime.backtrace.RubyStackTraceElement[] getBacktraceElements();
    descriptor: ()[Lorg/jruby/runtime/backtrace/RubyStackTraceElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyException this
         0: .line 371
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            getfield org.jruby.RubyException$Backtrace.backtraceData:Lorg/jruby/runtime/backtrace/BacktraceData;
            ifnonnull 2
         1: .line 372
            getstatic org.jruby.runtime.backtrace.RubyStackTraceElement.EMPTY_ARRAY:[Lorg/jruby/runtime/backtrace/RubyStackTraceElement;
            areturn
         2: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            getfield org.jruby.RubyException$Backtrace.backtraceData:Lorg/jruby/runtime/backtrace/BacktraceData;
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.runtime.backtrace.BacktraceData.getBacktrace:(Lorg/jruby/Ruby;)[Lorg/jruby/runtime/backtrace/RubyStackTraceElement;
            areturn
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyException;

  public void captureBacktrace(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 378
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getInstanceConfig:()Lorg/jruby/RubyInstanceConfig;
            invokevirtual org.jruby.RubyInstanceConfig.getTraceType:()Lorg/jruby/runtime/backtrace/TraceType;
            aload 1 /* context */
            invokevirtual org.jruby.runtime.backtrace.TraceType.getBacktrace:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/backtrace/BacktraceData;
            putfield org.jruby.RubyException$Backtrace.backtraceData:Lorg/jruby/runtime/backtrace/BacktraceData;
         1: .line 379
            return
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyException;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject getBacktrace();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.jruby.RubyException this
         0: .line 382
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            getfield org.jruby.RubyException$Backtrace.backtraceObject:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 1 /* backtraceObject */
        start local 1 // org.jruby.runtime.builtin.IRubyObject backtraceObject
         1: .line 384
            aload 1 /* backtraceObject */
            ifnull 3
         2: .line 385
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            getfield org.jruby.RubyException$Backtrace.backtraceObject:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 388
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getRuntime:()Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         4: .line 390
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            aload 2 /* runtime */
            invokevirtual org.jruby.RubyException$Backtrace.getBacktraceObject:(Lorg/jruby/Ruby;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.builtin.IRubyObject backtraceObject
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/jruby/RubyException;
            1    5     1  backtraceObject  Lorg/jruby/runtime/builtin/IRubyObject;
            4    5     2          runtime  Lorg/jruby/Ruby;

  public void copySpecialInstanceVariables(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.builtin.IRubyObject clone
         0: .line 395
            aload 1 /* clone */
            checkcast org.jruby.RubyException
            astore 2 /* exception */
        start local 2 // org.jruby.RubyException exception
         1: .line 396
            aload 2 /* exception */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            invokevirtual org.jruby.RubyException$Backtrace.copy:(Lorg/jruby/RubyException$Backtrace;)V
         2: .line 397
            aload 2 /* exception */
            aload 0 /* this */
            getfield org.jruby.RubyException.message:Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubyException.message:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 398
            return
        end local 2 // org.jruby.RubyException exception
        end local 1 // org.jruby.runtime.builtin.IRubyObject clone
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/RubyException;
            0    4     1      clone  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  exception  Lorg/jruby/RubyException;
    MethodParameters:
       Name  Flags
      clone  

  public void printBacktrace(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // java.io.PrintStream errorStream
         0: .line 406
            aload 0 /* this */
            aload 1 /* errorStream */
            iconst_0
            invokevirtual org.jruby.RubyException.printBacktrace:(Ljava/io/PrintStream;I)V
         1: .line 407
            return
        end local 1 // java.io.PrintStream errorStream
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jruby/RubyException;
            0    2     1  errorStream  Ljava/io/PrintStream;
    MethodParameters:
             Name  Flags
      errorStream  

  public void printBacktrace(java.io.PrintStream, int);
    descriptor: (Ljava/io/PrintStream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.RubyException this
        start local 1 // java.io.PrintStream errorStream
        start local 2 // int skip
         0: .line 417
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            ldc "backtrace"
            invokevirtual org.jruby.RubyException.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* trace */
        start local 3 // org.jruby.runtime.builtin.IRubyObject trace
         1: .line 418
            aload 3 /* trace */
            aload 1 /* errorStream */
            iload 2 /* skip */
            invokestatic org.jruby.runtime.backtrace.TraceType.printBacktraceToStream:(Lorg/jruby/runtime/builtin/IRubyObject;Ljava/io/PrintStream;I)V
         2: .line 419
            return
        end local 3 // org.jruby.runtime.builtin.IRubyObject trace
        end local 2 // int skip
        end local 1 // java.io.PrintStream errorStream
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jruby/RubyException;
            0    3     1  errorStream  Ljava/io/PrintStream;
            0    3     2         skip  I
            1    3     3        trace  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
             Name  Flags
      errorStream  
      skip         

  private boolean isArrayOfStrings(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.builtin.IRubyObject backtrace
         0: .line 422
            aload 1 /* backtrace */
            instanceof org.jruby.RubyArray
            ifne 1
            iconst_0
            ireturn
         1: .line 424
      StackMap locals:
      StackMap stack:
            aload 1 /* backtrace */
            checkcast org.jruby.RubyArray
            astore 2 /* rTrace */
        start local 2 // org.jruby.RubyArray rTrace
         2: .line 426
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 427
      StackMap locals: org.jruby.RubyArray int
      StackMap stack:
            aload 2 /* rTrace */
            iload 3 /* i */
            invokevirtual org.jruby.RubyArray.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            instanceof org.jruby.RubyString
            ifne 5
            iconst_0
            ireturn
         5: .line 426
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 2 /* rTrace */
            invokevirtual org.jruby.RubyArray.getLength:()I
            if_icmplt 4
        end local 3 // int i
         7: .line 430
            iconst_1
            ireturn
        end local 2 // org.jruby.RubyArray rTrace
        end local 1 // org.jruby.runtime.builtin.IRubyObject backtrace
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/jruby/RubyException;
            0    8     1  backtrace  Lorg/jruby/runtime/builtin/IRubyObject;
            2    8     2     rTrace  Lorg/jruby/RubyArray;
            3    7     3          i  I
    MethodParameters:
           Name  Flags
      backtrace  

  public org.jruby.runtime.builtin.IRubyObject getMessage();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyException this
         0: .line 437
            aload 0 /* this */
            getfield org.jruby.RubyException.message:Lorg/jruby/runtime/builtin/IRubyObject;
            ifnonnull 1
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.jruby.RubyException.message:Lorg/jruby/runtime/builtin/IRubyObject;
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         2: areturn
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyException;

  public void setMessage(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.builtin.IRubyObject message
         0: .line 445
            aload 0 /* this */
            aload 1 /* message */
            putfield org.jruby.RubyException.message:Lorg/jruby/runtime/builtin/IRubyObject;
         1: .line 446
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject message
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyException;
            0    2     1  message  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      message  

  public java.lang.String getMessageAsJavaString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.jruby.RubyException this
         0: .line 449
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getMessage:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 1 /* msg */
        start local 1 // org.jruby.runtime.builtin.IRubyObject msg
         1: .line 450
            aload 1 /* msg */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 2
            aconst_null
            goto 3
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
         2: aload 1 /* msg */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject msg
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/RubyException;
            1    4     1   msg  Lorg/jruby/runtime/builtin/IRubyObject;

  public java.util.List<org.jruby.runtime.builtin.Variable<java.lang.Object>> getVariableList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.jruby.RubyException this
         0: .line 457
            aload 0 /* this */
            invokespecial org.jruby.RubyObject.getVariableList:()Ljava/util/List;
            astore 1 /* attrs */
        start local 1 // java.util.List attrs
         1: .line 459
            aload 1 /* attrs */
            new org.jruby.runtime.component.VariableEntry
            dup
            ldc "mesg"
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getMessage:()Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.runtime.component.VariableEntry.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 460
            aload 0 /* this */
            invokevirtual org.jruby.RubyException.getBacktrace:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* backtrace */
        start local 2 // org.jruby.runtime.builtin.IRubyObject backtrace
         3: .line 461
            aload 1 /* attrs */
            new org.jruby.runtime.component.VariableEntry
            dup
            ldc "bt"
            aload 2 /* backtrace */
            invokespecial org.jruby.runtime.component.VariableEntry.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 463
            aload 1 /* attrs */
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject backtrace
        end local 1 // java.util.List attrs
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/jruby/RubyException;
            1    5     1      attrs  Ljava/util/List<Lorg/jruby/runtime/builtin/Variable<Ljava/lang/Object;>;>;
            3    5     2  backtrace  Lorg/jruby/runtime/builtin/IRubyObject;
    Signature: ()Ljava/util/List<Lorg/jruby/runtime/builtin/Variable<Ljava/lang/Object;>;>;

  public java.util.List<java.lang.String> getVariableNameList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.RubyException this
         0: .line 468
            aload 0 /* this */
            invokespecial org.jruby.RubyObject.getVariableNameList:()Ljava/util/List;
            astore 1 /* names */
        start local 1 // java.util.List names
         1: .line 470
            aload 1 /* names */
            ldc "mesg"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 471
            aload 1 /* names */
            ldc "bt"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 473
            aload 1 /* names */
            areturn
        end local 1 // java.util.List names
        end local 0 // org.jruby.RubyException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/RubyException;
            1    4     1  names  Ljava/util/List<Ljava/lang/String;>;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public void prepareIntegratedBacktrace(org.jruby.runtime.ThreadContext, java.lang.StackTraceElement[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Ljava/lang/StackTraceElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.RubyException this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // java.lang.StackTraceElement[] javaTrace
         0: .line 479
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            getfield org.jruby.RubyException$Backtrace.backtraceData:Lorg/jruby/runtime/backtrace/BacktraceData;
            ifnonnull 2
         1: .line 480
            aload 0 /* this */
            getfield org.jruby.RubyException.backtrace:Lorg/jruby/RubyException$Backtrace;
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getInstanceConfig:()Lorg/jruby/RubyInstanceConfig;
            invokevirtual org.jruby.RubyInstanceConfig.getTraceType:()Lorg/jruby/runtime/backtrace/TraceType;
            aload 1 /* context */
            aload 2 /* javaTrace */
            invokevirtual org.jruby.runtime.backtrace.TraceType.getIntegratedBacktrace:(Lorg/jruby/runtime/ThreadContext;[Ljava/lang/StackTraceElement;)Lorg/jruby/runtime/backtrace/BacktraceData;
            putfield org.jruby.RubyException$Backtrace.backtraceData:Lorg/jruby/runtime/backtrace/BacktraceData;
         2: .line 482
      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.RubyException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/RubyException;
            0    3     1    context  Lorg/jruby/runtime/ThreadContext;
            0    3     2  javaTrace  [Ljava/lang/StackTraceElement;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      context    
      javaTrace  

  public org.jruby.runtime.builtin.IRubyObject op_equal(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.jruby.RubyException.op_equal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyBoolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static org.jruby.runtime.builtin.IRubyObject lambda$0(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass klass
         0: .line 178
            new org.jruby.RubyException
            dup
            aload 0 /* runtime */
            aload 1 /* klass */
            invokespecial org.jruby.RubyException.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
            areturn
        end local 1 // org.jruby.RubyClass klass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  runtime  Lorg/jruby/Ruby;
            0    1     1    klass  Lorg/jruby/RubyClass;
}
SourceFile: "RubyException.java"
NestMembers:
  org.jruby.RubyException$1  org.jruby.RubyException$Backtrace
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.jruby.RubyException$1
  private Backtrace = org.jruby.RubyException$Backtrace of org.jruby.RubyException
  public FlowControlException = org.jruby.exceptions.JumpException$FlowControlException of org.jruby.exceptions.JumpException
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Exception"})