Package org.jruby

Class RubyThreadError

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

public class RubyThreadError extends RubyStandardError
The Java representation of a Ruby ThreadError.
See Also: