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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,820de86ed0dafb8a X-Google-Attributes: gid103376,public From: Mats Weber Subject: Re: Exceptions (was: Help Me Please :) Date: 2000/04/07 Message-ID: <38ED09E0.FBA287DA@mail.com>#1/1 X-Deja-AN: 607742294 Content-Transfer-Encoding: 7bit References: <89rlvr$gn9$1@nntp3.atl.mindspring.net> <38D8A607.F61F0FFF@mail.com> <8bp2b8$e7u$1@nnrp1.deja.com> <38E3859A.BC6D001B@mail.com> <38ECFFE1.8F1A8449@ftw.rsc.raytheon.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sunrise.ch X-Trace: news1.sunrise.ch 955058657 20813 195.141.231.162 (6 Apr 2000 22:04:17 GMT) Organization: Usenet provided by sunrise communications ag Mime-Version: 1.0 NNTP-Posting-Date: 6 Apr 2000 22:04:17 GMT Newsgroups: comp.lang.ada Date: 2000-04-06T22:04:17+00:00 List-Id: Wes Groleau wrote: > You mean you wish it were possible to do something like: > > Ada.Exceptions.Raise_Exception > (E => Constraint_Error'Identity, > Message => "Array Index Out Of Bounds" ); No. I would like something like this: http://lglwww.epfl.ch/Team/MW/Ada-Extensions/Ada-Extensions.html#RTFToC99 I do not want a single string parameter, but parameters of types I choose, and I want the mechanism to be strongly typed.