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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc243f3bb85ffa4f X-Google-Attributes: gid103376,public From: guerby@gnat.com (Laurent Guerby) Subject: Re: Exceptions: Are they GOTOs? Date: 1996/07/14 Message-ID: #1/1 X-Deja-AN: 169122582 sender: guerby@schonberg.cs.nyu.edu references: <4s9o6e$ro4@news-e2b.gnn.com> organization: New York University reply-to: guerby@gnat.com newsgroups: comp.lang.ada Date: 1996-07-14T00:00:00+00:00 List-Id: [...] Andy> I have only written "old" Ada. If anything has changed with Andy> Ada95 as far as exceptions are concerned, I would be very Andy> interested in hearing about them. In Ada 95 you can associate a string message to an exception, and there is a language defined package Ada.Exceptions, RM95-11.4.1, which allows you to deal with "exception occurences". The syntax of exceptions handlers has been a little extended: exception when E : others => ... ^ name of the exception occurence Andy> Andy Askey ajaskey@gnn.com -- Laurent Guerby , Team Ada. "Use the Source, Luke. The Source will be with you, always (GPL)."