![]() |
Smalltalk/X WebserverDocumentation of class 'WrongNumberOfArgumentsError': |
|
Class: WrongNumberOfArgumentsErrorInheritance:Object | +--GenericException | +--Exception | +--Error | +--ProceedableError | +--ExecutionError | +--ArgumentError | +--WrongNumberOfArgumentsError
Description:Triggered by the VM, if a method/block is called with a wrong number of arguments. For normal method invocations (using message sends), the smalltalk compiler protects you from this error, as the number of arguments to a method is defined by the selector. However, using reflection or perform-like operations, it is possible to ask for a method to be called with the wrong number of arguments. Class protocol:initialization |
|
ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Mon, 04 Dec 2023 09:53:21 GMT
|