Package org.jruby

Class RubyScriptError

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

public class RubyScriptError extends RubyException
The Java representation of a Ruby ScriptError.
See Also: