Class IndexError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KeyError, StopIteration

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