public static class JumpException.FlowControlException extends JumpException implements Unrescuable
JumpException.FlowControlException, JumpException.SpecialJump| Modifier and Type | Field and Description | 
|---|---|
| protected RubyLocalJumpError.Reason | reason | 
| protected int | target | 
| protected Object | value | 
SPECIAL_JUMP| Constructor and Description | 
|---|
| JumpException.FlowControlException(RubyLocalJumpError.Reason reason) | 
| JumpException.FlowControlException(RubyLocalJumpError.Reason reason,
                                  int target,
                                  Object value) | 
| Modifier and Type | Method and Description | 
|---|---|
| RaiseException | buildException(Ruby runtime) | 
| int | getTarget() | 
| Object | getValue() | 
| void | setTarget(int target) | 
| void | setValue(Object value) | 
fillInStackTrace, originalFillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected int target
protected Object value
protected final RubyLocalJumpError.Reason reason
public JumpException.FlowControlException(RubyLocalJumpError.Reason reason)
public JumpException.FlowControlException(RubyLocalJumpError.Reason reason, int target, Object value)
public int getTarget()
public void setTarget(int target)
public Object getValue()
public void setValue(Object value)
public RaiseException buildException(Ruby runtime)
Copyright © 2001-2015 JRuby. All Rights Reserved.