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.0 required=5.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,94868228472d8299 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "rashmi" Newsgroups: comp.lang.ada Subject: Re: OWN EXCEPTION NOT HANDLED Date: 1 Dec 2005 02:34:46 -0800 Organization: http://groups.google.com Message-ID: <1133433286.624145.182850@z14g2000cwz.googlegroups.com> References: <1133351325.417716.228260@g43g2000cwa.googlegroups.com> NNTP-Posting-Host: 61.11.60.236 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1133433291 30175 127.0.0.1 (1 Dec 2005 10:34:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 1 Dec 2005 10:34:51 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=61.11.60.236; posting-account=3DKkFw0AAACqdEmipLjcQnXXVUyr7_Eb Xref: g2news1.google.com comp.lang.ada:6709 Date: 2005-12-01T02:34:46-08:00 List-Id: I just discovered that the exception's message was output in the file specified by set_output(...). So I believe the problem is resolved for now. Thanks for the suggestions anyway.