Next:
SystemExceptions.WrongClass
, Previous:
SystemExceptions.VMError
, Up:
Base classes
1.191 SystemExceptions.WrongArgumentCount
Defined in namespace Smalltalk.SystemExceptions
Superclass: SystemExceptions.PrimitiveFailed
Category: Language-Exceptions
I am raised when one tries to evaluate a method (via #perform:...) or a block but passes the wrong number of arguments.
SystemExceptions.WrongArgumentCount-accessing
: (instance)