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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.3.84 with SMTP id 81mr4736989iod.103.1518806698176; Fri, 16 Feb 2018 10:44:58 -0800 (PST) X-Received: by 10.157.1.9 with SMTP id 9mr42601otu.8.1518806698035; Fri, 16 Feb 2018 10:44:58 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!peer01.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w142no492410ita.0!news-out.google.com!m16ni1672itm.0!nntp.google.com!w142no492408ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 16 Feb 2018 10:44:57 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.99.9.146; posting-account=s89PEgoAAABHs2ETFyOrCeTQVQJAfzKq NNTP-Posting-Host: 75.99.9.146 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <789f6417-5e6f-4d5f-8abb-80246f4f405a@googlegroups.com> Subject: GNAT user-specified (via Raise_Exception) warning message size limit From: marciant@earthlink.net Injection-Date: Fri, 16 Feb 2018 18:44:58 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Body-CRC: 3466341144 X-Received-Bytes: 1752 Xref: reader02.eternal-september.org comp.lang.ada:50469 Date: 2018-02-16T10:44:57-08:00 List-Id: Hello, Before I see about asking AdaCore directly via GNAT Tracker, I thought that= I'd ask here first: Is there a way to increase the default size limit of the exception message = that is specified when calling Ada.Exceptions.Raise_Exception? It seems that although quite long messages are accepted at calls to it, the= message then retrieved and printed within a handler that uses Ada.Exceptio= ns.Exception_Message on the occurrence only returns a truncated part of the= original message - around the first 200 characters are returned and the re= st is truncated. Vincent Marciante