Package org.jruby

Class RubySystemExit

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

public class RubySystemExit extends RubyException
The Java representation of a Ruby SystemExit.
See Also: