Package org.jruby

Class RubyStopIteration

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType

public class RubyStopIteration extends RubyIndexError
/** The Java representation of a Ruby StopIteration.
Author:
kares
See Also: