Back: MessageLookup-basic Up: Base classes Forward: MessageNotUnderstood-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.110 MessageNotUnderstood

Defined in namespace Smalltalk
Superclass: Error
Category: Language-Exceptions
MessageNotUnderstood represents an error during message lookup. Signaling it is the default action of the #doesNotUnderstand: handler

1.110.1 MessageNotUnderstood: accessing  (instance)
1.110.2 MessageNotUnderstood: description  (instance)


1.110.1 MessageNotUnderstood: accessing

message
Answer the message that wasn't understood

receiver
Answer the object to whom the message send was directed


1.110.2 MessageNotUnderstood: description

description
Answer a textual description of the exception.

isResumable
Answer true. #doesNotUnderstand: exceptions are by default resumable.



Back: MessageNotUnderstood-accessing Up: MessageNotUnderstood Forward: Metaclass   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on April, 16 2013 using texi2html