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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8183b99d3c85c57b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-05 04:33:27 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!news-out.superfeed.net!propagator2-maxim!news-in-maxim.spamkiller.net!newsfeed.sjc.globix.net!cyclone-sf.pbi.net!216.218.192.242!news.he.net!newsfeed1.easynews.com!easynews.com!easynews!bigfeed2.bellsouth.net!bigfeed.bellsouth.net!bignumb.bellsouth.net!news.bellsouth.net!bignews5.bellsouth.net.POSTED!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada References: Subject: Re: Handling Exceptions? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: <746qb.32462$BX.26687@bignews5.bellsouth.net> X-Trace: ldjgbllpbapjglppdbdpiflmbcekedmfhojhikkbagflhcbogmiimkbcnnkolmapmnlelhopainalnagnbbmklahlgbgdkcbppneobeolemhmahidjpbcmjpdccllinjbicbnpngdjmimbkljcinkbkbgoimmfac NNTP-Posting-Date: Wed, 05 Nov 2003 07:30:59 EST Date: Wed, 5 Nov 2003 06:33:13 -0600 Xref: archiver1.google.com comp.lang.ada:2075 Date: 2003-11-05T06:33:13-06:00 List-Id: Read the Ada95 Reference Manual, sections 11.4 through 11.4.2 for a discussion of exception handling with example. "Freejack" wrote in message news:pan.2003.11.05.07.03.50.808072.762@nospam.net... > On Tue, 04 Nov 2003 19:20:48 -0500, Ludovic Brenta wrote: > > > And, I might add, I personally recommend you use Emacs with ada-mode, > > which indents automatically for you as you type. I have been heard to > > say "There is only one editor, but Vim is the other" :) > > > > (and yes, I write this in Emacs using Gnus). > > Thanks. > > It seems I was more than a little fuzzy on exceptions. > > It appears that the end of an exception handler is denoted by the "end" > keyword. Sort of the way a military drill instructor denotes stopping by > the word "Halt!". > Hence the phrases "end;", "end loop;" , "end if;", and "end > ;" all would also enclose an exception handler. An > exception handler has scope throughout the entire declared section unless > propogated. > > Is my understanding correct here? > > Thanks for the clarification. > > Freejack. > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada-france.org > http://www.ada-france.org/mailman/listinfo/comp.lang.ada > >