public class org.jruby.exceptions.JumpException$SpecialJump extends org.jruby.exceptions.JumpException$FlowControlException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.exceptions.JumpException$SpecialJump
  super_class: org.jruby.exceptions.JumpException$FlowControlException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.JumpException$SpecialJump this
         0: .line 86
            aload 0 /* this */
            getstatic org.jruby.RubyLocalJumpError$Reason.NOREASON:Lorg/jruby/RubyLocalJumpError$Reason;
            invokespecial org.jruby.exceptions.JumpException$FlowControlException.<init>:(Lorg/jruby/RubyLocalJumpError$Reason;)V
            return
        end local 0 // org.jruby.exceptions.JumpException$SpecialJump this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/exceptions/JumpException$SpecialJump;
}
SourceFile: "JumpException.java"
NestHost: org.jruby.exceptions.JumpException
InnerClasses:
  public final Reason = org.jruby.RubyLocalJumpError$Reason of org.jruby.RubyLocalJumpError
  public FlowControlException = org.jruby.exceptions.JumpException$FlowControlException of org.jruby.exceptions.JumpException
  public SpecialJump = org.jruby.exceptions.JumpException$SpecialJump of org.jruby.exceptions.JumpException