no-applicable-method
no-applicable-method generic-function &rest function-arguments β {result}*
no-applicable-method (generic-function t) &rest function-arguments
!!! But the signature above says T, not STANDARD-GENERIC-FUNCTION ...? -kmp 9-May-91generic-functionβa generic function Per X3J13. -kmp 05-Oct-93 of the class \typeref{standard-generic-function} on which no applicable method was found.
function-argumentsβarguments to the generic-function.
resultβan object.
The generic function no-applicable-method is called when a generic function Per X3J13. -kmp 05-Oct-93
of \theclass{standard-generic-function}is invoked and no method on that generic function is applicable. "default \term{method}" => "\term{default method}" per X3J13. -kmp 05-Oct-93The default method signals an error.
The generic function no-applicable-method is not intended to be called by programmers. Programmers may write methods for it.
None.
None.
The default method signals an error of type error.
None.