comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <Stephen.Leake@gsfc.nasa.gov>
Subject: Re: New tools and old exceptions
Date: 1997/05/20
Date: 1997-05-20T00:00:00+00:00	[thread overview]
Message-ID: <3381B131.691E@gsfc.nasa.gov> (raw)
In-Reply-To: 3.0.32.19970519223408.0070cc14@mail.4dcomm.com


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




  parent reply	other threads:[~1997-05-20  0:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-05-19  0:00 New tools and old exceptions Robert C. Leif, Ph.D.
1997-05-20  0:00 ` Samuel A. Mize
1997-05-20  0:00 ` Stephen Leake [this message]
1997-05-20  0:00 ` Jeff Carter
1997-05-21  0:00 ` David C. Hoos, Sr.
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox