|
|
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
- 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.
|