Back: Namespace-testing
Up: Class reference
Forward: Notification-exception description
 
Top: GNU Smalltalk User's Guide
Contents: Table of Contents
Index: Class index
About: About this document

6.101 Notification

Defined in namespace Smalltalk
Category: Language-Exceptions
Notification represents a resumable, exceptional yet non-erroneous, situation. Signaling a notification in absence of an handler simply returns nil.

6.101.1 Notification: exception description  (instance)


6.101.1 Notification: exception description

defaultAction
Do the default action for notifications, which is to resume execution of the context which signaled the exception.

description
Answer a textual description of the exception.

isResumable
Answer true. Notification exceptions are by default resumable.




This document was generated on May, 12 2002 using texi2html