Annotated Ada Reference ManualLegal Information
Contents   Index   References   Search   Previous   Next 

8.5.2 Exception Renaming Declarations

1
[An exception_renaming_declaration is used to rename an exception.] 

Syntax

2/3
{AI05-0183-1} exception_renaming_declaration ::= defining_identifier : exception renames exception_name
   [aspect_specification];

Legality Rules

3
The renamed entity shall be an exception. 

Static Semantics

4
An exception_renaming_declaration declares a new view [of the renamed exception]. 

Examples

5
Example of renaming an exception: 
6
EOF : exception renames Ada.IO_Exceptions.End_Error; -- see A.13

Extensions to Ada 2005

6.a/3
{AI05-0183-1} An optional aspect_specification can be used in an exception_renaming_declaration. This is described in 13.1.1

Contents   Index   References   Search   Previous   Next 
Ada-Europe Ada 2005 and 2012 Editions sponsored in part by Ada-Europe