|
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 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 05:05:11 GMT
|