[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Terminology of error-ology
- To: cl-error-handling@SU-AI
- Subject: Terminology of error-ology
- From: Mary <Fontana@TI-CSL>
- Date: 17 Oct 1984 1144-CDT
I think a condition should be an event or some exceptional situation
detected in your program. An error is a condition which when
signalled will be handled by an interactive debugger (error handler)
if no other handler handles it first. A program can signal a
condition or an error and define its own handlers. An error always
has at least one handler - the error handler, which invokes an
interactive debugger.
-- Mary Fontana
Fontana@ti-csl
-------