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
- Direct Known Subclasses:
- JumpException.BreakJump, JumpException.NextJump, JumpException.RedoJump, JumpException.RetryJump, JumpException.ReturnJump, JumpException.SpecialJump, JumpException.ThrowJump
- Enclosing class:
- JumpException
public static class JumpException.FlowControlException
- extends JumpException
- 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 JumpTarget target
JumpException.FlowControlException
public JumpException.FlowControlException()
JumpException.FlowControlException
public JumpException.FlowControlException(JumpTarget target,
java.lang.Object value)
getTarget
public JumpTarget getTarget()
setTarget
public void setTarget(JumpTarget target)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
setBreakInKernelLoop
public void setBreakInKernelLoop(boolean inKernelLoop)
isBreakInKernelLoop
public boolean isBreakInKernelLoop()
Copyright © 2002-2007 JRuby Team. All Rights Reserved.