Lady Ada

Ada '83 Language Reference Manual

Copyright 1980, 1982, 1983 owned by the United States Government. Direct reproduction and usage requests to the Ada Information Clearinghouse.


14.5. Specification of the Package IO_Exceptions

[PREVIOUS][UP][NEXT]

This package defines the exceptions needed by the packages SEQUENTIAL_IO, DIRECT_IO, and TEXT_IO.

    package IO_EXCEPTIONS is 

       STATUS_ERROR : exception;
       MODE_ERROR   : exception;
       NAME_ERROR   : exception;
       USE_ERROR    : exception;
       DEVICE_ERROR : exception;
       END_ERROR    : exception;
       DATA_ERROR   : exception;
       LAYOUT_ERROR : exception; 

    end IO_EXCEPTIONS;    

[INDEX][CONTENTS]


[Ada Information Clearinghouse]

Address any questions or comments to adainfo@sw-eng.falls-church.va.us.