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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f3802cf9af5484e9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-01 13:07:45 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: nma124@hotmail.com (steve_H) Newsgroups: comp.lang.ada Subject: Re: [Announcement] Ada0Y.Directories - alpha release Date: 1 Jun 2003 13:07:44 -0700 Organization: http://groups.google.com/ Message-ID: <8db3d6c8.0306011207.50b3ab6@posting.google.com> References: NNTP-Posting-Host: 69.3.129.210 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1054498064 26630 127.0.0.1 (1 Jun 2003 20:07:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 1 Jun 2003 20:07:44 GMT Xref: archiver1.google.com comp.lang.ada:38289 Date: 2003-06-01T20:07:44+00:00 List-Id: "Martin Dowie" wrote in message news:... > The URL is: > http://www.martin.dowie.btinternet.co.uk/ > "The exception Use_Error is propagated if -- the external environment does not support the creation of a directory -- with the given name (in the absence of Name_Error) and form. " hi; Man of the functions in that package raise the above exception. Does the standard allow the user to obtain a specific error as to why the exception occured? In practice, one would want to know WHY the error occured, not just that AN error occured. For example, in Unix, one can read the error number to find more information about why a function failed (returned -1 for example). Is it possible to get this info from the detailed of the exception itself here with Ada somehow?