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,92d77e0c35c0ea4e X-Google-Attributes: gid103376,public From: jerry@jvdsys.nextjk.stuyts.nl (Jerry van Dijk) Subject: Re: ADA Exception Handling Date: 1998/10/29 Message-ID: #1/1 X-Deja-AN: 406555547 References: <36370fab.0@alijku02.edvz.uni-linz.ac.at> Organization: * JerryWare *, Leiden, Holland Newsgroups: comp.lang.ada Date: 1998-10-29T00:00:00+00:00 List-Id: Stefan Papp (Stefan.papp@fhs-hagenberg.ac.at) wrote: : I am currently working on a project on Ada reengineering. My duty is to find : out, whether it is possible to presentate exception in Ada graphically. I would : be very happy, if somebody could give me some hints on ADA exceptions. What do you mean by presenting an exception graphically ? : As I am not an ADA programmer I have no real experience in ADA exceptions. Is : it possible to compare the ADA exception handling to the e.h. from c++ or JAVA? In c++ and Java, exceptions are objects and are caught by type. in contrast Ada exceptions are more like interrupts or signals causing an alternate control flow. Any starters book on Ada will have a better explanation. Jerry. -- -- Jerry van Dijk | email: jdijk@acm.org -- Leiden, Holland | member Team-Ada -- Ada & Win32: http://stad.dsl.nl/~jvandyk