1 ------------------------------------------------------------------------------
3 -- GNAT RUNTIME COMPONENTS --
5 -- A D A . I O _ E X C E P T I O N S --
10 -- This specification is adapted from the Ada Reference Manual for use with --
11 -- GNAT. In accordance with the copyright of that document, you can freely --
12 -- copy and modify this specification, provided that if you redistribute a --
13 -- modified version, any changes that you have made are clearly indicated. --
15 ------------------------------------------------------------------------------
17 package Ada
.IO_Exceptions
is
18 pragma Pure
(IO_Exceptions
);
20 Status_Error
: exception;
21 Mode_Error
: exception;
22 Name_Error
: exception;
23 Use_Error
: exception;
24 Device_Error
: exception;
25 End_Error
: exception;
26 Data_Error
: exception;
27 Layout_Error
: exception;
29 end Ada
.IO_Exceptions
;