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,bc745b8412f53f25 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-01 18:15:04 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!easynews.com!easynews!elnk-pas-nf1!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread2.news.pas.earthlink.net.POSTED!a6202946!not-for-mail From: Jeffrey Carter Organization: jrcarter commercial-at acm [period | full stop] org User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Error-names. References: <2Iq0c.15247$aT1.13123@newsread1.news.pas.earthlink.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Tue, 02 Mar 2004 02:15:03 GMT NNTP-Posting-Host: 63.184.8.40 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.pas.earthlink.net 1078193703 63.184.8.40 (Mon, 01 Mar 2004 18:15:03 PST) NNTP-Posting-Date: Mon, 01 Mar 2004 18:15:03 PST Xref: archiver1.google.com comp.lang.ada:5995 Date: 2004-03-02T02:15:03+00:00 List-Id: Marius Amado Alves wrote: >>Doesn't work here. Raise_Exception (E) causes the error: >> >> libopensteuer.adb:24:18: expected private type >>"Ada.Exceptions.Exception_Id" libopensteuer.adb:24:18: found private type >>"Ada.Exceptions.Exception_Occurrence" > > > E'Identity or Exception_Identity (E) instead of just E in the call to > Raise_Exception should solve the problem. This is my fault. Moran was using identities, so I mentioned Raise_Exception. Of course you're going to have an occurence, so you should use Ada.Exceptions.Reraise_Occurrence. -- Jeff Carter "Your mother was a hamster and your father smelt of elderberries." Monty Python & the Holy Grail 06