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 java.lang.Object |
value |
REDO_JUMP, RETRY_JUMP, SPECIAL_JUMP
Constructor and Description |
---|
JumpException.FlowControlException(RubyLocalJumpError.Reason reason) |
JumpException.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 JumpException.FlowControlException(RubyLocalJumpError.Reason reason)
public JumpException.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 © 2002-2009 JRuby Team. All Rights Reserved.