Contents (package MULK.OBJECTIVE-CL)


Condition Class NO-SUCH-SELECTOR

Summary:

Someone tried to dereference an invalid method selector.

Description:

A condition of type no-such-selector is signalled when an attempt is made to retrieve a method selector by name, and that selector cannot be found. This is most often the case when a typo is made in the message name part of a method invocation.