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 := "");

References:

exceptions.ads:19:14 (declaration)
exceptions.adb:10:14 (body)
exceptions.adb:20:8 (label)
generic_router.adb:20:37 (reference)

Calls:

Current_Error defined at a-textio.ads:126:13
Current_Task defined at a-taside.ads:55:13
Exception_Information defined at a-except.ads:111:13
Image defined at a-taside.ads:53:13
Put_Line defined at a-textio.ads:262:14
Put_Line defined at a-textio.ads:266:14