Uses of Class
org.jruby.RubyUncaughtThrowError
Packages that use RubyUncaughtThrowError
-
Uses of RubyUncaughtThrowError in org.jruby
Methods in org.jruby that return RubyUncaughtThrowErrorModifier and TypeMethodDescriptionstatic RubyUncaughtThrowError
RubyUncaughtThrowError.newUncaughtThrowError
(Ruby runtime, IRubyObject tag, IRubyObject value, RubyString message) Deprecated.static RubyUncaughtThrowError
RubyUncaughtThrowError.newUncaughtThrowError
(ThreadContext context, IRubyObject tag, IRubyObject value, RubyString message) -
Uses of RubyUncaughtThrowError in org.jruby.exceptions
Constructors in org.jruby.exceptions with parameters of type RubyUncaughtThrowErrorModifierConstructorDescriptionUncaughtThrowError
(String message, RubyUncaughtThrowError exception)