Uses of Class
org.jruby.exceptions.NameError
Packages that use NameError
-
Uses of NameError in org.jruby.exceptions
Subclasses of NameError in org.jruby.exceptionsModifier and TypeClassDescriptionclass
Represents a Ruby NoMethodError as a throwable Java exception. -
Uses of NameError in org.jruby.javasupport
Methods in org.jruby.javasupport that throw NameErrorModifier and TypeMethodDescriptionstatic RubyModule
Java.setProxyClass
(Ruby runtime, RubyModule target, String constName, Class<?> javaClass) Deprecated.static RubyModule
Java.setProxyClass
(ThreadContext context, RubyModule target, String constName, Class<?> javaClass)