org.jruby.exceptions
Class JumpException.RedoJump

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.RedoJump
All Implemented Interfaces:
java.io.Serializable, Unrescuable
Enclosing class:
JumpException

public static class JumpException.RedoJump
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
 
Field Summary
 
Fields inherited from class org.jruby.exceptions.JumpException.FlowControlException
reason, target, value
 
Fields inherited from class org.jruby.exceptions.JumpException
REDO_JUMP, RETRY_JUMP, SPECIAL_JUMP
 
Constructor Summary
JumpException.RedoJump()
           
 
Method Summary
 
Methods inherited from class org.jruby.exceptions.JumpException.FlowControlException
buildException, 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.RedoJump

public JumpException.RedoJump()


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