Re: Getting more information about file errors
- From: Alessio Stalla <alessiostalla@xxxxxxxxx>
- Date: Fri, 2 Jul 2010 02:22:39 -0700 (PDT)
On Jul 1, 4:38 pm, p...@xxxxxxxxxxxxxxxxx (Pascal J. Bourguignon)
wrote:
Unfortunately, conditions are somewhat underspecified in Common Lisp.
To the point they're almost useless, for automatic processing or
recovery.
FWIW, in Java also there's a single exception type to signal all
"could not open file" situations, and it's even misnamed
(java.io.FileNotFoundException). A richer set of conditions - file
does not exist, permission denied, others? - would be nice to have,
but you can't go too deep in detail without creating lots of OS-
specific conditions.
Regards,
Alessio
.
- Follow-Ups:
- Re: Getting more information about file errors
- From: Pascal J. Bourguignon
- Re: Getting more information about file errors
- From: Teemu Likonen
- Re: Getting more information about file errors
- References:
- Getting more information about file errors
- From: Teemu Likonen
- Getting more information about file errors
- Prev by Date: Re: define-obsolete-function-alias for common lisp
- Next by Date: Re: Getting more information about file errors
- Previous by thread: Re: Getting more information about file errors
- Next by thread: Re: Getting more information about file errors
- Index(es):
Relevant Pages
|