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

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

Exception Handling in LISP.


From: Gurucharan
Subject: Exception Handling in LISP.
Date: Fri, 25 Apr 2003 17:57:37 +0530

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.

Thanks.

Kind Regards,
            gurucharan
 
 


reply via email to

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