Package org.jruby.exceptions
Class JumpException.SpecialJump
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jruby.exceptions.JumpException
org.jruby.exceptions.JumpException.FlowControlException
org.jruby.exceptions.JumpException.SpecialJump
- All Implemented Interfaces:
Serializable,Unrescuable
- Enclosing class:
JumpException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jruby.exceptions.JumpException
JumpException.FlowControlException, JumpException.SpecialJump -
Field Summary
Fields inherited from class org.jruby.exceptions.JumpException.FlowControlException
reason, target, valueFields inherited from class org.jruby.exceptions.JumpException
SPECIAL_JUMP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method don't do anything for performance reasons.Methods inherited from class org.jruby.exceptions.JumpException.FlowControlException
buildException, getTarget, getValue, setTarget, setValueMethods inherited from class org.jruby.exceptions.JumpException
originalFillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpecialJump
public SpecialJump()
-
-
Method Details
-
fillInStackTrace
Description copied from class:JumpExceptionThis method don't do anything for performance reasons.- Overrides:
fillInStackTracein classJumpException- See Also:
-