From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1e4280c6ade7eb23,start X-Google-Attributes: gid103376,public From: Brian Rogoff Subject: Exception types? Date: 1998/06/08 Message-ID: #1/1 X-Deja-AN: 360703682 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: 897321022 24004 bpr 206.184.139.132 Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-06-08T00:00:00+00:00 List-Id: One of the things that always bothered me about exceptions in Ada is that they are not really integrated into the type system, for example, they are not part of a generic signature package. I looked through the Ada 95 and Ada 83 Rationales to try to find a discussion of this topic, but I couldn't find one. Is there some record available? -- Brian