Back: SystemExceptions.NoRunnableProcess-accessing Up: Base classes Forward: SystemExceptions.NotEnoughElements class-signaling   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.175 SystemExceptions.NotEnoughElements

Defined in namespace Smalltalk.SystemExceptions
Superclass: Error
Category: Language-Exceptions
I am raised when one invokes #next: but not enough items remain in the stream.

1.175.1 SystemExceptions.NotEnoughElements class: signaling  (class)
1.175.2 SystemExceptions.NotEnoughElements: accessing  (instance)


1.175.1 SystemExceptions.NotEnoughElements class: signaling

signalOn: remainingCount
Answer an exception reporting the parameter as invalid.


1.175.2 SystemExceptions.NotEnoughElements: accessing

description
Answer a textual description of the exception.

messageText
Answer an exception's message text.

remainingCount
Answer the number of items that were to be read.

remainingCount: anObject
Set the number of items that were to be read.



Back: SystemExceptions.NotEnoughElements class-signaling Up: SystemExceptions.NotEnoughElements Forward: SystemExceptions.NotFound   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on July, 23 2009 using texi2html