Newsgroups: comp.lang.lisp
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!newsfeed.pitt.edu!gatech!swrinde!howland.reston.ans.net!Germany.EU.net!ieunet!news.tcd.ie!efwren
From: efwren@tcd.ie (Eoin Wren)
Subject: Is there a way to catch error signals?
Message-ID: <Do6C5p.JxK@news.tcd.ie>
Sender: usenet@news.tcd.ie (TCD News System )
Organization: University of Dublin, Trinity College
Date: Tue, 12 Mar 1996 21:39:24 GMT
Lines: 21


I am writing a function, which generates two list.
One list is a list of object on which a particular function operates correctly.
The second list is a list of all objects which generate an error when a particular function is applied to them. 
However I need some way to catch the error signal and stop the program entering the debugger.

Is there a way to do this???



Thanks.



-------------------------------------------------------------------------------

Eoin Wren
3rd yr Computer Science 			   e-mail:efwren@alf2.tcd.ie 
Trinity College Dublin

------------------------------------------------------------------------------
