Package org.jruby

Class RubyNoMatchingPatternError

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

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