Class StopIteration

All Implemented Interfaces:
Serializable

public class StopIteration extends IndexError
Represents a Ruby StopIteration as a throwable Java exception.
See Also: