org.jruby.exceptions
Class ThrowJump

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

public class ThrowJump
extends JumpException

Created by the global throw function.

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

Constructor Summary
ThrowJump(java.lang.String tag, IRubyObject value)
          Constructor for ThrowJump.
 
Method Summary
 RubyException getNameError()
           
 java.lang.String getTag()
           
 IRubyObject getValue()
           
 
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

ThrowJump

public ThrowJump(java.lang.String tag,
                 IRubyObject value)
Constructor for ThrowJump.

Method Detail

getTag

public java.lang.String getTag()

getValue

public IRubyObject getValue()

getNameError

public RubyException getNameError()


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.