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: 103376,59d3b7d8c55b8999 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!p10g2000cwp.googlegroups.com!not-for-mail From: "REH" Newsgroups: comp.lang.ada Subject: Re: exception propagation for a distributed call Date: 7 Mar 2006 08:52:32 -0800 Organization: http://groups.google.com Message-ID: <1141750352.752433.248020@p10g2000cwp.googlegroups.com> References: <1141742171.664900.4710@p10g2000cwp.googlegroups.com> NNTP-Posting-Host: 192.91.173.36 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1141750359 2884 127.0.0.1 (7 Mar 2006 16:52:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 7 Mar 2006 16:52:39 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: p10g2000cwp.googlegroups.com; posting-host=192.91.173.36; posting-account=lnUIyw0AAACoRB2fMF2SFTIilm8F10q2 Xref: g2news1.google.com comp.lang.ada:3287 Date: 2006-03-07T08:52:32-08:00 List-Id: Wilhelm Spickermann wrote: > Hi, > > REH wrote: > > ... > > I need > > to trap any exception that may occur, and re-raise it for the > > caller, like CORBA does > ... > > Ada does it too. > > Wilhelm I don't think you understand what I was asking, unless you are talking about the distributed systems appendix, which I cannot use.