[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: catch's
- To: Matthew Edward Day <md2w+@andrew.cmu.edu>
- Subject: Re: catch's
- From: kab (Kim Barrett)
- Date: Thu, 12 Mar 92 11:54:29 EST
- Cc: info-macl@cambridge.apple.com
> Does anybody know how to catch an error?
>
> (catch 'error ... ) and (catch :error ... ) don't work
> and (catch-error ... ) and (catch-error-quietly ... )
> don't seem to be part of MACL.
See CLtL2 Chapter 29 "Conditions", particularly HANDLER-BIND (p.898),
HANDLER-CASE (p.895), and IGNORE-ERRORS (p.897).