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 RubyUncaughtThrowErrorRubyUncaughtThrowError.newUncaughtThrowError(Ruby runtime, 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)