GnuSmalltalkUsersGuide:BaseChapter 116

From 흡혈양파의 번역工房
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Notification

Notification

네임스페이스 Smalltalk에 정의됨

슈퍼클래스: Exception

범주: 언어-예외


Notification은 재개 가능하고 예외적이면서 잘못되지 않은 상황을 나타낸다. 처리기가 없는 상태에서 알림을 시그널링하면 단순히 nil이 리턴된다.


Notification: 예외 설명

defaultAction

알림에 대한 기본 액션, 즉 예외를 시그널링한 컨텍스트의 실행을 재개하라.

description

예외에 관한 텍스트 설명을 응답하라.

isResumable

true를 응답하라. 알림 예외는 기본적으로 재개가능하다.


Notes