org.jruby.exceptions
Class JumpException.ReturnJump

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jruby.exceptions.JumpException
                  extended by org.jruby.exceptions.JumpException.FlowControlException
                      extended by org.jruby.exceptions.JumpException.ReturnJump
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JumpException

public static class JumpException.ReturnJump
extends JumpException.FlowControlException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jruby.exceptions.JumpException
JumpException.BreakJump, JumpException.FlowControlException, JumpException.NextJump, JumpException.RedoJump, JumpException.RetryJump, JumpException.ReturnJump, JumpException.SpecialJump, JumpException.ThrowJump
 
Field Summary
 
Fields inherited from class org.jruby.exceptions.JumpException.FlowControlException
target, value
 
Fields inherited from class org.jruby.exceptions.JumpException
REDO_JUMP, RETRY_JUMP, SPECIAL_JUMP
 
Constructor Summary
JumpException.ReturnJump(JumpTarget t, java.lang.Object v)
           
 
Method Summary
 
Methods inherited from class org.jruby.exceptions.JumpException.FlowControlException
getTarget, getValue, setTarget, setValue
 
Methods inherited from class org.jruby.exceptions.JumpException
fillInStackTrace, originalFillInStackTrace
 
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
 

Constructor Detail

JumpException.ReturnJump

public JumpException.ReturnJump(JumpTarget t,
                                java.lang.Object v)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.