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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5f260a1d9f0c280c X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!club-internet.fr!feedme-small.clubint.net!feeder1-1.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Common exception handling Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <88961e92-80a8-4e96-b231-9d67eca0adf5@v26g2000prm.googlegroups.com> <1d1a76fa-a537-4994-9578-7c7604b26ca2@w24g2000prd.googlegroups.com> <3263z19x9l0r.1bbulsb9dbwjm.dlg@40tude.net> <02ecfd28-f2f5-4323-962b-e75706e5a48a@1g2000pre.googlegroups.com> <62aa47f1-5712-4455-8f2d-8fbc65d12871@25g2000hsx.googlegroups.com> Date: Wed, 27 Aug 2008 10:16:40 +0200 Message-ID: <1te06gp5grczf.arss18sip6j3.dlg@40tude.net> NNTP-Posting-Date: 27 Aug 2008 10:16:41 CEST NNTP-Posting-Host: 69db913b.newsspool2.arcor-online.net X-Trace: DXC=GU0:]f]k4cK0YVY]kmLTlDA9EHlD;3YcB4Fo<]lROoRA4nDHegD_]REGWk_;o>jJ5KDNcfSJ;bb[EIRnRBaCd On Tue, 26 Aug 2008 13:22:03 -0700 (PDT), Maciej Sobczak wrote: > On 26 Sie, 21:14, "Dmitry A. Kazakov" > wrote: > >> I wished to have ranges of exceptions > > Hierarchies, not ranges. Yes, but it is still a range, technically, a bounded set. The problem is that this set can be infinite. Such structure of an ordered set have real numbers, strings, and, of course, type hierarchies. > The difference is that entities in the hierarchy can be not only > extended but also specialized and that would nicely fit in the OO part > of the language. Extension = specialization in classic OO (and Ada). When a type is extended by adding new members and/or methods it is a specialization of the class rooted in the derivation base. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de