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 java.lang.Object |
value |
SPECIAL_JUMP
Constructor and Description |
---|
FlowControlException(RubyLocalJumpError.Reason reason) |
FlowControlException(RubyLocalJumpError.Reason reason,
int target,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
RaiseException |
buildException(Ruby runtime) |
int |
getTarget() |
java.lang.Object |
getValue() |
void |
setTarget(int target) |
void |
setValue(java.lang.Object value) |
fillInStackTrace, originalFillInStackTrace
protected int target
protected java.lang.Object value
protected final RubyLocalJumpError.Reason reason
public FlowControlException(RubyLocalJumpError.Reason reason)
public FlowControlException(RubyLocalJumpError.Reason reason, int target, java.lang.Object value)
public int getTarget()
public void setTarget(int target)
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public RaiseException buildException(Ruby runtime)
Copyright © 2001-2020 JRuby. All Rights Reserved.