|
|
6.142 SystemExceptions EndOfStream
- Defined in namespace Smalltalk SystemExceptions
- Category: Language-Exceptions
- I am raised when a stream reaches its end
6.142.1 SystemExceptions EndOfStream class: signaling
- signalOn: stream
- Answer an exception reporting the parameter has reached its end.
6.142.2 SystemExceptions EndOfStream: accessing
- description
- Answer a textual description of the exception.
- stream
- Answer the stream whose end was reached.
- stream: anObject
- Set the stream whose end was reached.
|