no-next-method
generic-function method {&rest args} => {result}{*}
no-next-method
(generic-function standard-generic-function)
(method standard-method)
{&rest args}
generic-function -- generic function to which method belongs.
method -- method that contained the call to call-next-method for which there is no next method.
args -- arguments to call-next-method.
result---an object.
The generic function no-next-method is called by call-next-method when there is no next method.
The generic function no-next-method is not intended to be called by programmers. Programmers may write methods for it.
The system-supplied method on no-next-method signals an error of type error. [Editorial Note by KMP: perhaps control-error??]
section call-next-method [Local Function]
Go to the first, previous, next, last section, table of contents.