Package org.jruby

Class RubyLoadError

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

public class RubyLoadError extends RubyScriptError
The Java representation of a Ruby LoadError.
See Also: