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-Thread: 103376,61e9062c1f23b9d5 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!news.aset.psu.edu!not-for-mail From: "Bob Spooner" Newsgroups: comp.lang.ada Subject: Re: contracted exceptions Date: Mon, 11 Jun 2007 10:15:01 -0400 Organization: Penn State University, Center for Academic Computing Message-ID: References: <1181165630.012508.55290@i38g2000prf.googlegroups.com> <19fxsxv1god43$.1pqq8vgfu2itn$.dlg@40tude.net> <1it2vtizha2fi$.jxnoaxmm9sop$.dlg@40tude.net> NNTP-Posting-Host: nat2.arl.psu.edu X-Trace: f04n12.cac.psu.edu 1181571301 43684 128.118.40.77 (11 Jun 2007 14:15:01 GMT) X-Complaints-To: usenet@f04n12.cac.psu.edu NNTP-Posting-Date: Mon, 11 Jun 2007 14:15:01 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-RFC2646: Format=Flowed; Original Xref: g2news1.google.com comp.lang.ada:16155 Date: 2007-06-11T10:15:01-04:00 List-Id: "Simon Wright" wrote in message news:m27iqd8g04.fsf@mac.com... > ... I agree that an exception message isn't of any use to the end user (I > suppose they may grow to learn that some messages happen because of > particular sequences of operations, and to avoid those sequences). The exception message may be of use if it says that the problem is a missing data file that the user forgot to provide. Bob