Package org.jruby

Class RubyIOError

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType
Direct Known Subclasses:
RubyEOFError, RubyIO.RubyIOTimeoutError

public class RubyIOError extends RubyStandardError
The Java representation of a Ruby IOError.
See Also: