Package org.jruby

Class RubyNoMemoryError

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

public class RubyNoMemoryError extends RubyException
The Java representation of a Ruby NoMemoryError.
See Also: