Package org.jruby

Class RubyStandardError

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType
Direct Known Subclasses:
RubyArgumentError, RubyEncodingError, RubyFiberError, RubyIndexError, RubyIOError, RubyLocalJumpError, RubyNameError, RubyNoMatchingPatternError, RubyNoMatchingPatternKeyError, RubyRangeError, RubyRegexpError, RubyRuntimeError, RubySystemCallError, RubyThreadError, RubyTypeError, RubyZeroDivisionError

public class RubyStandardError extends RubyException
The Java representation of a Ruby StandardError.
See Also: