Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucsd!hub!eiffel!bertrand From: bertrand@eiffel.UUCP (Bertrand Meyer) Newsgroups: comp.lang.eiffel Subject: Re: exiting a `rescue' without creating an exception Summary: ``continue'' provides a partial solution Message-ID: <246@eiffel.UUCP> Date: 16 Feb 90 20:54:14 GMT References: <501@bthpyd.UUCP> Distribution: comp.lang.eiffel Organization: Interactive Software Engineering, Santa Barbara CA Lines: 10 In <501@bthpyd.UUCP>, gossett@bthpyd.UUCP (Eric Gossett) discusses the problem of a rescue clause that can ``fix'' the cause of the exception. The ability to ``continue'' on a given exception, after calling the appropriate ``continue_on_signal'' routine, addresses this problem at least in part. See ``Eiffel: The Libraries'', page 20. The mechanism may need to be generalized. -- -- Bertrand Meyer bertrand@eiffel.com