Package org.jruby

Class RubyArgumentError

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

public class RubyArgumentError extends RubyStandardError
The Java representation of a Ruby ArgumentError.
See Also: