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

1.109 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.109.1 MessageNotUnderstood: accessing  (instance)
1.109.2 MessageNotUnderstood: description  (instance)


1.109.1 MessageNotUnderstood: accessing

message
Answer the message that wasn't understood

receiver
Answer the object to whom the message send was directed


1.109.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 August, 19 2010 using texi2html