From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=BAYES_50,FORGED_GMAIL_RCVD, FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Rod Kay Newsgroups: comp.lang.ada Subject: Extra information in the message string of exceptions. Date: Mon, 6 Jun 2022 22:59:19 +1000 Organization: A noiseless patient Spider Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 6 Jun 2022 13:02:22 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="bcbb2fd6a7ddabdfae906a2af6b17d22"; logging-data="1256"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19GuDYMOL27y8LyNn96ERVi9es1nLkIZIU=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Cancel-Lock: sha1:Z92y/Wx7+nFCR4SV2MR3yM7Bsxg= Content-Language: en-US Xref: reader02.eternal-september.org comp.lang.ada:63930 List-Id: Hi all, Any thoughts on pro's/con's of having the Ada standard packages runtime provide extra information in the message string of exceptions ? For instance, a Constraint_Error message might provide details on the variable name, the legal range and the erroneous value which caused the exception. Regards.