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,98c463a9e98cfdf5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-12 07:15:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!sunqbc.risq.qc.ca!newsfeed.mathworks.com!cyclone.swbell.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3D0750F1.7A12342@raytheon.com> From: Mark Johnson X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada exceptions. unchecked? References: <8db3d6c8.0206112300.3965a62b@posting.google.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 12 Jun 2002 08:47:29 -0500 NNTP-Posting-Host: 192.27.48.39 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.raytheon.com 1023889666 192.27.48.39 (Wed, 12 Jun 2002 08:47:46 CDT) NNTP-Posting-Date: Wed, 12 Jun 2002 08:47:46 CDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:25794 Date: 2002-06-12T08:47:29-05:00 List-Id: Larry Kilgallen wrote: > > In article <8db3d6c8.0206112300.3965a62b@posting.google.com>, nma124@hotmail.com (steve_H) writes: > > I have thought that Ada exceptions were unchecked, is this correct? > > What do you mean by "unchecked" ? After a quick review of the web site he referenced, I believe he is referring to the need in Java to either... - catch the exception - declare that the exception is thrown Adding it to Ada at this point would break a lot of code (but also likely FIX a lot of code when implemented). --Mark