public class org.jruby.RubyUncaughtThrowError extends org.jruby.RubyArgumentError
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyUncaughtThrowError
  super_class: org.jruby.RubyArgumentError
{
  private org.jruby.runtime.builtin.IRubyObject tag;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE

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

  static org.jruby.RubyClass define(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass argumentError
         0: .line 50
            aload 0 /* runtime */
            ldc "UncaughtThrowError"
            aload 1 /* argumentError */
            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/RubyUncaughtThrowError.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;
            invokevirtual org.jruby.Ruby.defineClass:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
            astore 2 /* UncaughtThrowError */
        start local 2 // org.jruby.RubyClass UncaughtThrowError
         1: .line 51
            aload 2 /* UncaughtThrowError */
            ldc Lorg/jruby/RubyUncaughtThrowError;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         2: .line 52
            aload 2 /* UncaughtThrowError */
            areturn
        end local 2 // org.jruby.RubyClass UncaughtThrowError
        end local 1 // org.jruby.RubyClass argumentError
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0             runtime  Lorg/jruby/Ruby;
            0    3     1       argumentError  Lorg/jruby/RubyClass;
            1    3     2  UncaughtThrowError  Lorg/jruby/RubyClass;
    MethodParameters:
               Name  Flags
      runtime        
      argumentError  

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.RubyUncaughtThrowError this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass exceptionClass
         0: .line 56
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* exceptionClass */
            aload 2 /* exceptionClass */
            invokevirtual org.jruby.RubyClass.getName:()Ljava/lang/String;
            invokespecial org.jruby.RubyArgumentError.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;)V
         1: .line 57
            aload 0 /* this */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 58
            return
        end local 2 // org.jruby.RubyClass exceptionClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyUncaughtThrowError this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/jruby/RubyUncaughtThrowError;
            0    3     1         runtime  Lorg/jruby/Ruby;
            0    3     2  exceptionClass  Lorg/jruby/RubyClass;
    MethodParameters:
                Name  Flags
      runtime         
      exceptionClass  

  public static org.jruby.RubyUncaughtThrowError newUncaughtThrowError(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyString);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyString;)Lorg/jruby/RubyUncaughtThrowError;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.runtime.builtin.IRubyObject tag
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
        start local 3 // org.jruby.RubyString message
         0: .line 62
            new org.jruby.RubyUncaughtThrowError
            dup
            aload 0 /* runtime */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getUncaughtThrowError:()Lorg/jruby/RubyClass;
            invokespecial org.jruby.RubyUncaughtThrowError.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
            astore 4 /* error */
        start local 4 // org.jruby.RubyUncaughtThrowError error
         1: .line 63
            aload 4 /* error */
            aload 1 /* tag */
            putfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 64
            aload 4 /* error */
            aload 2 /* value */
            putfield org.jruby.RubyUncaughtThrowError.value:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 65
            aload 4 /* error */
            aload 3 /* message */
            putfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
         4: .line 66
            aload 4 /* error */
            areturn
        end local 4 // org.jruby.RubyUncaughtThrowError error
        end local 3 // org.jruby.RubyString message
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.builtin.IRubyObject tag
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0  runtime  Lorg/jruby/Ruby;
            0    5     1      tag  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     2    value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3  message  Lorg/jruby/RubyString;
            1    5     4    error  Lorg/jruby/RubyUncaughtThrowError;
    MethodParameters:
         Name  Flags
      runtime  final
      tag      
      value    
      message  

  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.RubyUncaughtThrowError this
        start local 1 // java.lang.String message
         0: .line 71
            new org.jruby.exceptions.UncaughtThrowError
            dup
            aload 1 /* message */
            aload 0 /* this */
            invokespecial org.jruby.exceptions.UncaughtThrowError.<init>:(Ljava/lang/String;Lorg/jruby/RubyUncaughtThrowError;)V
            areturn
        end local 1 // java.lang.String message
        end local 0 // org.jruby.RubyUncaughtThrowError this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyUncaughtThrowError;
            0    1     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  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.RubyUncaughtThrowError this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 2 // org.jruby.runtime.Block block
         0: .line 77
            aload 0 /* this */
            aload 1 /* args */
            iconst_0
            aaload
            putfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            aload 1 /* args */
            iconst_1
            aaload
            putfield org.jruby.RubyUncaughtThrowError.value:Lorg/jruby/runtime/builtin/IRubyObject;
         1: .line 78
            aload 1 /* args */
            arraylength
            iconst_2
            if_icmple 2
            aload 0 /* this */
            aload 1 /* args */
            iconst_2
            aaload
            putfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 81
      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.RubyUncaughtThrowError this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/RubyUncaughtThrowError;
            0    3     1   args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2  block  Lorg/jruby/runtime/Block;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(required = 2, optional = 1, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
       Name  Flags
      args   
      block  

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

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

  public org.jruby.RubyString to_s(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.jruby.RubyUncaughtThrowError this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 92
            aload 0 /* this */
            getfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 2
         1: .line 93
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyString.newEmptyString:(Lorg/jruby/Ruby;)Lorg/jruby/RubyString;
            areturn
         2: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
            ifnonnull 3
            aload 0 /* this */
            getfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asString:()Lorg/jruby/RubyString;
            areturn
         3: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyUncaughtThrowError.message:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asString:()Lorg/jruby/RubyString;
            astore 2 /* str */
        start local 2 // org.jruby.RubyString str
         4: .line 98
            aload 2 /* str */
            aload 1 /* context */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            invokevirtual org.jruby.RubyString.op_format:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
            areturn
        end local 2 // org.jruby.RubyString str
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyUncaughtThrowError this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyUncaughtThrowError;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            4    5     2      str  Lorg/jruby/RubyString;
    MethodParameters:
         Name  Flags
      context  

  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.RubyUncaughtThrowError this
        start local 1 // org.jruby.runtime.builtin.IRubyObject clone
         0: .line 103
            aload 0 /* this */
            aload 1 /* clone */
            invokespecial org.jruby.RubyArgumentError.copySpecialInstanceVariables:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 104
            aload 1 /* clone */
            checkcast org.jruby.RubyUncaughtThrowError
            astore 2 /* exception */
        start local 2 // org.jruby.RubyUncaughtThrowError exception
         2: .line 105
            aload 2 /* exception */
            aload 0 /* this */
            getfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubyUncaughtThrowError.tag:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 106
            aload 2 /* exception */
            aload 0 /* this */
            getfield org.jruby.RubyUncaughtThrowError.value:Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubyUncaughtThrowError.value:Lorg/jruby/runtime/builtin/IRubyObject;
         4: .line 107
            return
        end local 2 // org.jruby.RubyUncaughtThrowError exception
        end local 1 // org.jruby.runtime.builtin.IRubyObject clone
        end local 0 // org.jruby.RubyUncaughtThrowError this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/jruby/RubyUncaughtThrowError;
            0    5     1      clone  Lorg/jruby/runtime/builtin/IRubyObject;
            2    5     2  exception  Lorg/jruby/RubyUncaughtThrowError;
    MethodParameters:
       Name  Flags
      clone  

  public org.jruby.runtime.builtin.IRubyObject to_s(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jruby.RubyUncaughtThrowError.to_s:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyString;
            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 runtime1
        start local 1 // org.jruby.RubyClass klass
         0: .line 50
            new org.jruby.RubyUncaughtThrowError
            dup
            aload 0 /* runtime1 */
            aload 1 /* klass */
            invokespecial org.jruby.RubyUncaughtThrowError.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
            areturn
        end local 1 // org.jruby.RubyClass klass
        end local 0 // org.jruby.Ruby runtime1
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  runtime1  Lorg/jruby/Ruby;
            0    1     1     klass  Lorg/jruby/RubyClass;
}
SourceFile: "RubyUncaughtThrowError.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"UncaughtThrowError"}, parent = "ArgumentError")