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:

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

Wrap_Exception

function Wrap_Exception 
(Original_Exception: Exception_Occurrence;
Optional_Message: String := "") return String;

References:

exceptions.ads:22:13 (declaration)
exceptions.adb:32:13 (body)