Next Previous Up Top Contents Index

5.11 The STREAMS module

<file-error>

Error

Summary

The base class for all errors related to file I/O.

Superclasses

<error>

Init-keywords

locator:
An instance of <locator>.

Library

io

Module

streams

Description

The base class for all errors related to file I/O. It is a subclass of <error>.

The locator: init-keyword indicates the locator of the file that caused the error to be signalled. Its accessor is file-error-locator.

Operations

None.

See also

<end-of-stream-error>, page 67

<file-does-not-exist-error>, page 68

<file-exists-error>, page 69

<incomplete-read-error>, page 71

<invalid-file-permissions-error>, page 73


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index