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,92d77e0c35c0ea4e X-Google-Attributes: gid103376,public From: "Corey Ashford" Subject: Re: ADA Exception Handling Date: 1998/10/29 Message-ID: <71ac7m$o19$1@usenet.rational.com>#1/1 X-Deja-AN: 406393782 References: <719anr$bko$1@usenet.rational.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Organization: Rational Software Newsgroups: comp.lang.ada Date: 1998-10-29T00:00:00+00:00 List-Id: Thanks for the comments. I thought about adding the info about the newer Ada95 exception features, but I figured it was a bit much for the level of information he originally requested. I also thought about describing Ada exceptions as types too, but the syntax doesn't really make that explanation terribly helpful. If Ada95 had done something like this: subtype Foo is Ada.Exception; ... raise Foo; the "exceptions as types" would be easier to understand, perhaps. - Corey