|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jruby.exceptions.JumpException
org.jruby.exceptions.ThrowJump
Created by the global throw function.
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 |
public ThrowJump(java.lang.String tag, IRubyObject value)
Method Detail |
public java.lang.String getTag()
public IRubyObject getValue()
public RubyException getNameError()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |