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

  public static final org.jruby.exceptions.JumpException$SpecialJump SPECIAL_JUMP;
    descriptor: Lorg/jruby/exceptions/JumpException$SpecialJump;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 87
            new org.jruby.exceptions.JumpException$SpecialJump
            dup
            invokespecial org.jruby.exceptions.JumpException$SpecialJump.<init>:()V
            putstatic org.jruby.exceptions.JumpException.SPECIAL_JUMP:Lorg/jruby/exceptions/JumpException$SpecialJump;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.JumpException this
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 93
            return
        end local 0 // org.jruby.exceptions.JumpException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/exceptions/JumpException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.JumpException this
        start local 1 // java.lang.String msg
         0: .line 100
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 101
            return
        end local 1 // java.lang.String msg
        end local 0 // org.jruby.exceptions.JumpException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/exceptions/JumpException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.exceptions.JumpException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
         0: .line 104
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 105
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // org.jruby.exceptions.JumpException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/exceptions/JumpException;
            0    2     1    msg  Ljava/lang/String;
            0    2     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      msg    
      cause  

  public java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.JumpException this
         0: .line 113
            getstatic org.jruby.RubyInstanceConfig.JUMPS_HAVE_BACKTRACE:Z
            ifeq 2
         1: .line 114
            aload 0 /* this */
            invokevirtual org.jruby.exceptions.JumpException.originalFillInStackTrace:()Ljava/lang/Throwable;
            areturn
         2: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.exceptions.JumpException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/exceptions/JumpException;

  protected java.lang.Throwable originalFillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.JumpException this
         0: .line 121
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.fillInStackTrace:()Ljava/lang/Throwable;
            areturn
        end local 0 // org.jruby.exceptions.JumpException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/exceptions/JumpException;
}
SourceFile: "JumpException.java"
NestMembers:
  org.jruby.exceptions.JumpException$FlowControlException  org.jruby.exceptions.JumpException$SpecialJump
InnerClasses:
  public FlowControlException = org.jruby.exceptions.JumpException$FlowControlException of org.jruby.exceptions.JumpException
  public SpecialJump = org.jruby.exceptions.JumpException$SpecialJump of org.jruby.exceptions.JumpException