public static class JumpException.FlowControlException extends JumpException implements Unrescuable
JumpException.BreakJump, JumpException.FlowControlException, JumpException.NextJump, JumpException.RedoJump, JumpException.RetryJump, JumpException.ReturnJump, JumpException.SpecialJump
Modifier and Type | Field and Description |
---|---|
protected RubyLocalJumpError.Reason |
reason |
protected int |
target |
protected Object |
value |
NEXT_JUMP, REDO_JUMP, RETRY_JUMP, 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, originalFillInStackTrace
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected 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-2014 JRuby. All Rights Reserved.