|
|
6.95 MessageNotUnderstood
- Defined in namespace Smalltalk
- Category: Language-Exceptions
- MessageNotUnderstood represents an error during message lookup. Signaling
it is the default action of the #doesNotUnderstand: handler
6.95.1 MessageNotUnderstood: accessing
- message
- Answer the message that wasn't understood
- receiver
- Answer the object to whom the message send was directed
6.95.2 MessageNotUnderstood: description
- description
- Answer a textual description of the exception.
|