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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5bb6410b5c961c45 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: New tools and old exceptions Date: 1997/05/20 Message-ID: <3381B131.691E@gsfc.nasa.gov>#1/1 X-Deja-AN: 242600028 References: <3.0.32.19970519223408.0070cc14@mail.4dcomm.com> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Reply-To: Stephen.Leake@gsfc.nasa.gov Newsgroups: comp.lang.ada Date: 1997-05-20T00:00:00+00:00 List-Id: Robert C. Leif, Ph.D. wrote: > ... > Therefore how does one > Exception > When Constraint_Error => > obtain the Exception_Information on the Constraint_Error? > I am posting this to Comp.Lang.Ada; since, I do not believe that this is a > GNAT problem. exception when E : Constraint_Error => Put_Line (Exception_Information (E)); E is an object of type Exception_Occurence. > Thank you. > Bob Leif -- - Stephe