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-Thread: a07f3367d7,5cc10500d0b7a280 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news2.arglkargh.de!noris.net!news.teledata-fn.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: task model References: <04458a0b-1e58-478b-a2f0-c47226f840ac@f16g2000yqm.googlegroups.com> <6b6bd661-06b0-4ef6-8d48-0ef97d55fdd4@f20g2000prn.googlegroups.com> From: Georg Bauhaus Date: Sat, 17 Oct 2009 13:10:04 +0200 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) Cancel-Lock: sha1:M1YIacSGGiFAgStWPCFZy/S2dEg= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Arcor NNTP-Posting-Date: 17 Oct 2009 13:10:04 CEST NNTP-Posting-Host: 693f463b.newsspool1.arcor-online.net X-Trace: DXC=:NW9MPlYXJ?^cW`WBF>WQ4Fo<]lROoR1<`=YMgDjhg2\M8Q7Z_Bh2=BhmZ[d]effn_6? X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:8714 Date: 2009-10-17T13:10:04+02:00 List-Id: "Jeffrey R. Carter" writes: > Georg Bauhaus wrote: > > What's the point of re-raising? Exceptions don't propagate from tasks. Uhm, I forgot to mention that a handler at some nesting level might be reporting, permitting more accurate diagnostic messages. It could then decide there is or is not a possible rescue, and accordingly re-raise, for example.