help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Exception Handling in LISP.


From: David Kastrup
Subject: Re: Exception Handling in LISP.
Date: 25 Apr 2003 15:25:56 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Gurucharan <gurucharan.murudeshwar@wipro.com> writes:

> Hi All,
>         Can we catch any unknown exception in Lisp like C++ ?
> 
> That is, like the C++ ... (Epsilon code).
> can we catch any exception irrespective of which
> exception was thrown ?
> 
> Example:
> try {
>      // Something ....
> }
> catch (...) {    // Do something after Exception has occurred ...
>                 }
> 
> Any material/links on Exception Handling in LISP
> is welcome.

Take a look at catch, throw, condition-case and unwind-protect in the
Elisp manual.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


reply via email to

[Prev in Thread] Current Thread [Next in Thread]