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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9b2046241520981f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-27 17:26:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!small1.nntp.aus1.giganews.com!border1.nntp.aus1.giganews.com!intern1.nntp.aus1.giganews.com!nntp.giganews.com!nntp.gbronline.com!news.gbronline.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 27 Jul 2003 19:26:42 -0500 Date: Sun, 27 Jul 2003 19:27:04 -0500 From: Wesley Groleau Reply-To: wesgroleau@myrealbox.com Organization: Ain't no organization here! User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en, es-mx, pt-br, fr-ca MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada 0x, exception idea ? References: <3F229597.3090909@myob.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 216.117.18.129 X-Trace: sv3-otfBQZyLP2nA5mBPm3jAGkzX5JkZaqSY9FcF4wt+/FV5tW5OheDK3a1s2jqoMwhRuy3NO0uqXMVWtCP!uDXJ1+U7g/cdGKm03Z3QA9icgVQZd7GYdqjJGg5kKY22lbe72+LEhJWhoG3gOtDPUrtxT11d+j+e!LKVkiQ== X-Complaints-To: abuse@gbronline.com X-DMCA-Complaints-To: abuse@gbronline.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: archiver1.google.com comp.lang.ada:40882 Date: 2003-07-27T19:27:04-05:00 List-Id: > Of course, but that should not require one to implement a text > parser to determine the cause of errors. The compiler vendor already implemented it for you: exception when E : others => case Error_Type'Value(Ada.Exceptions.Exception_Message(E)) is when 1 => Handle_Error_One;