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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,88093378be1184d4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-07 18:45:05 PST From: dale Newsgroups: comp.lang.ada Subject: Re: A question and a request Organization: rmit References: User-Agent: MT-NewsWatcher/3.0 (PPC) Date: Thu, 08 Nov 2001 13:35:42 +1100 Message-ID: NNTP-Posting-Host: dale.cs.rmit.edu.au X-Trace: itsawnews.its.rmit.edu.au 1005187281 dale.cs.rmit.edu.au (8 Nov 2001 13:41:21 +1000) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news1.optus.net.au!optus!vrn.edu.au!131.170.8.40.MISMATCH!itsawnews.its.rmit.edu.au!dale Xref: archiver1.google.com comp.lang.ada:16031 Date: 2001-11-08T13:35:42+11:00 List-Id: comp.lang.ada@ada.eu.org wrote: > The above paragraph is simply wrong. The excetpion which will be > raised is not Program_Error, but Constraint_Error. :-) it says that an exception is a program error, not that the the exception raised is called Program_Error. Dale