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:accessing |
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:51:35 GMT |