Index

Package: Exceptions

Description

package  Exceptions is
Usage if the purpose is to "catch all": begin .. exception when Exception_Id : others => Show_Exception (Exception_Id); end;

Subprograms & Entries

Show_Exception

procedure Show_Exception 
(Exception_Identifier: Exception_Occurrence;
Optional_Message: String := "");

Calls:

Current_Error defined at a-textio.ads:123:13
Current_Task defined at a-taside.ads:53:13
Exception_Information defined at a-except.ads:107:13
Image defined at a-taside.ads:51:13
Put_Line defined at a-textio.ads:259:14