org.jruby.exceptions
Class NextJump

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jruby.exceptions.JumpException
                  extended byorg.jruby.exceptions.NextJump
All Implemented Interfaces:
java.io.Serializable

public class NextJump
extends JumpException

The NextJump is thrown if a 'next' statement is evaluated.

Version:
$Revision: 1.1 $
Author:
jpetersen
See Also:
Serialized Form

Constructor Summary
NextJump()
          Creates new NextJump
 
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

NextJump

public NextJump()
Creates new NextJump



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.