Next: , Up: CLOS   [Contents][Index]


2.23.1 Primary Method Errors

The standard requires that an error is signaled when a generic function is called and

Generic Function: pcl:no-primary-method gf &rest args

In CMUCL, this generic function is called in the above erroneous cases. The parameter gf is the generic function being called, and args is a list of actual arguments in the generic function call.

Method: pcl:no-primary-method gf standard-generic-function) &rest args

This method signals a continuable error of type pcl:no-primary-method-error.