no-applicable-method

no-applicable-method is a compiled Lisp function in `eieio.el'.

(no-applicable-method &rest LOCAL-ARGS)

Called if there are no implementations for OBJECT in METHOD.

This is a generic function with only one primary method.

Implementations:

`eieio-default-superclass' :PRIMARY (arg1 arg2 &rest rest)
Called if there are no implementations for OBJECT in METHOD.
OBJECT is the object which has no method implementation.
ARGS are the arguments that were passed to METHOD.

Implement this for a class to block this signal. The return
value becomes the return value of the original method call.

(fn OBJECT METHOD &rest ARGS)

Defined in `eieio.el'