Package org.jruby

Class RubyNameError

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType
Direct Known Subclasses:
RubyNoMethodError

public class RubyNameError extends RubyStandardError
The Java representation of a Ruby NameError.
Author:
Anders Bengtsson
See Also: