[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: catch's



> 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).