Package org.jruby

Class RubyIndexError

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

public class RubyIndexError extends RubyStandardError
The Java representation of a Ruby IndexError.
See Also: