Class JumpException.FlowControlException

All Implemented Interfaces:
Serializable, Unrescuable
Direct Known Subclasses:
JumpException.SpecialJump
Enclosing class:
JumpException

public static class JumpException.FlowControlException extends JumpException implements Unrescuable
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getTarget

      public int getTarget()
    • setTarget

      public void setTarget(int target)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • buildException

      public RaiseException buildException(Ruby runtime)