Package org.jruby

Class RubyRegexpError

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

public class RubyRegexpError extends RubyStandardError
The Java representation of a Ruby RegexpError.
See Also: