GnuSmalltalkUsersGuide:BaseChapter 172: Difference between revisions

From 흡혈양파의 번역工房
Jump to navigation Jump to search
(GSUG SystemExceptions.MutationError 페이지 추가)
 
(No difference)

Latest revision as of 07:19, 28 January 2014

SystemExceptions.MutationError

SystemExceptions.MutationError

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

슈퍼클래스: Error

범주: 언어-예외


나는 클래스가 무효한 방식으로 변형될 때 발생하는 오류다.


SystemExceptions.MutationError 클래스: 인스턴스 생성

new

이후에 시그널링이 가능한 수신자의 인스턴스를 생성하라.


SystemExceptions.MutationError: 접근하기

description

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


Notes