|
|||||||||||
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
This class should be used for performance reasons if the Exception don't need a stack trace.
Constructor Summary | |
JumpException()
Constructor for JumpException. |
|
JumpException(java.lang.String msg)
Constructor for JumpException. |
Method Summary | |
java.lang.Throwable |
fillInStackTrace()
This method don't do anything for performance reasons. |
protected java.lang.Throwable |
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 JumpException()
public JumpException(java.lang.String msg)
msg
- Method Detail |
public java.lang.Throwable fillInStackTrace()
Throwable.fillInStackTrace()
protected java.lang.Throwable originalFillInStackTrace()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |