Package org.jruby

Class RubyInterruptedRegexpError

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

public class RubyInterruptedRegexpError extends RubyRegexpError
The Java representation of a Ruby InterruptedRegexpError.
See Also: