Uses of Class
org.jruby.exceptions.ArgumentError
Packages that use ArgumentError
-
Uses of ArgumentError in org.jruby.api
Methods in org.jruby.api that return ArgumentErrorModifier and TypeMethodDescriptionstatic ArgumentError
Error.argumentError
(ThreadContext context, int got, int expected) Return an instance of ArgumentError for the given argument list length, min, and max.static ArgumentError
Error.argumentError
(ThreadContext context, int length, int min, int max) Return an instance of ArgumentError for the given argument list length, min, and max.static ArgumentError
Error.argumentError
(ThreadContext context, String message) Return an instance of ArgumentError with the given message.static ArgumentError
Error.keywordError
(ThreadContext context, String error, RubyArray keys) -
Uses of ArgumentError in org.jruby.exceptions
Subclasses of ArgumentError in org.jruby.exceptionsModifier and TypeClassDescriptionclass
Represents a Ruby DomainError as a throwable Java exception.class
Represents a Ruby UncaughtThrowError as a throwable Java exception.