GnuSmalltalkUsersGuide:BaseChapter 174

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

SystemExceptions.NotEnoughElements

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

슈퍼클래스: Error

범주: 언어-예외


나는 누군가 #next:를 호출하지만 스트림에 남은 항목이 충분하지 않은 경우에 발생한다.


SystemExceptions.NotEnoughElements 클래스: 시그널링하기

signalOn: remainingCount

매개변수가 무효하다고 보고하는 예외를 응답하라.


SystemExceptions.NotEnoughElements: 접근하기

description

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

messageText

오류의 메시지 텍스트를 응답하라.

remainingCount

읽혀야 하는 항목 수를 응답하라.

remainingCount: anObject

읽혀야 하는 항목 수를 설정하라.


Notes