Package org.jruby

Class RubyRuntimeError

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType
Direct Known Subclasses:
RubyFrozenError

public class RubyRuntimeError extends RubyStandardError
The Java representation of a Ruby RuntimeError.
See Also: