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,INVALID_MSGID 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: ajaskey@gnn.com (Andy Askey) Subject: Re: Exceptions: Are they GOTOs? Date: 1996/07/15 Message-ID: <4sc7t2$m5g@news-e2b.gnn.com>#1/1 X-Deja-AN: 168355251 references: <4s9o6e$ro4@news-e2b.gnn.com> x-gnn-newsserver-posting-date: 15 Jul 1996 01:46:10 GMT organization: GNN newsgroups: comp.lang.ada Date: 1996-07-15T00:00:00+00:00 List-Id: guerby@gnat.com (Laurent Guerby) wrote: > 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 >Laurent Guerby , Team Ada. > "Use the Source, Luke. The Source will be with you, always (GPL)." This (the string message) sounds useful for debugging purposes, but it seems to add a level of complexity to exceptions that would hurt performance in a real time environment. -- May your karma be excellent for forgiving my spelling mishaps. Andy Askey ajaskey@gnn.com