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 |
---|
FlowControlException(RubyLocalJumpError.Reason reason) |
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 FlowControlException(RubyLocalJumpError.Reason reason)
public 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-2016 JRuby. All Rights Reserved.