GnuSmalltalkUsersGuide:BaseChapter 187

From 흡혈양파의 번역工房
Revision as of 07:39, 28 January 2014 by Onionmixer (talk | contribs) (GSUG SystemExceptions.UnhandledException 페이지 추가)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
SystemExceptions.UnhandledException

SystemExceptions.UnhandledException

네임스페이스 Smalltalk.SystemExceptions에 정의됨

슈퍼클래스: Exception

범주: 언어-예외


나는 현재 프로세스를 종료하기 위해 추적이 표시될 때 발생한다.


SystemExceptions.UnhandledException: 접근하기

defaultAction

현재 프로세스를 종료하라.

description

예외의 텍스트 설명을 응답하라.

originalException

포착되지 않은 예외를 응답하라.

originalException: anObject

포착되지 않은 예외를 anObject로 설정하라.


Notes