Package org.jruby

Class RubyInterrupt

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

public class RubyInterrupt extends RubySignalException
The Java representation of a Ruby Interrupt.
See Also: