Package org.jruby

Class RubyTypeError

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

public class RubyTypeError extends RubyStandardError
The Java representation of a Ruby TypeError.
See Also: