org.jruby.exceptions
Class JumpException.FlowControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jruby.exceptions.JumpException
org.jruby.exceptions.JumpException.FlowControlException
- All Implemented Interfaces:
- java.io.Serializable, Unrescuable
- Direct Known Subclasses:
- JumpException.BreakJump, JumpException.NextJump, JumpException.RedoJump, JumpException.RetryJump, JumpException.ReturnJump, JumpException.SpecialJump
- Enclosing class:
- JumpException
public static class JumpException.FlowControlException
- extends JumpException
- implements Unrescuable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
target
protected int target
value
protected java.lang.Object value
reason
protected final RubyLocalJumpError.Reason reason
JumpException.FlowControlException
public JumpException.FlowControlException(RubyLocalJumpError.Reason reason)
JumpException.FlowControlException
public JumpException.FlowControlException(RubyLocalJumpError.Reason reason,
int target,
java.lang.Object value)
getTarget
public int getTarget()
setTarget
public void setTarget(int target)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
buildException
public RaiseException buildException(Ruby runtime)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.