1.116 Notification
Defined in namespace Smalltalk
Superclass: Exception
Category: Language-Exceptions
Notification represents a resumable, exceptional yet non-erroneous, situation. Signaling a notification in absence of an handler simply returns nil.
1.116.1 Notification: exception description
(instance)
1.116.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
July, 23 2009
using
texi2html