Standard Generic Function no-applicable-method

Syntax:

no-applicable-method generic-function &rest function-arguments β†’ {result}*

Method Signatures:

no-applicable-method (generic-function t) &rest function-arguments

Arguments and Values:

!!! 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.

Description:

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.

Examples:

None.

Affected By:

None.

Exceptional Situations:

The default method signals an error of type error.

See Also:

Notes:

None.