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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,98c463a9e98cfdf5,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-12 00:00:24 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: nma124@hotmail.com (steve_H) Newsgroups: comp.lang.ada Subject: Ada exceptions. unchecked? Date: 12 Jun 2002 00:00:24 -0700 Organization: http://groups.google.com/ Message-ID: <8db3d6c8.0206112300.3965a62b@posting.google.com> NNTP-Posting-Host: 216.101.234.30 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1023865224 5076 127.0.0.1 (12 Jun 2002 07:00:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 12 Jun 2002 07:00:24 GMT Xref: archiver1.google.com comp.lang.ada:25779 Date: 2002-06-12T07:00:24+00:00 List-Id: I have thought that Ada exceptions were unchecked, is this correct? I saw this below: http://www.mindview.net/Etc/Discussions/CheckedExceptions "To clarify a couple of points in your article, Ada does not have any form of exception specification, and so does not have a checked/unchecked model." could some Ada expert comment if the above statment is correct or not?