NextPrevUpTopContentsIndex

6.4 Error handling in delivered applications

The error handling facilities ordinarily provided by the Common Lisp Condition System are not present by default in delivered applications. If you choose not to retain the full Condition System, you can make use of the more limited, but smaller, error systems available with Delivery.

Simplified error handling is still possible in applications without the Condition System. They can only trap "conditions" of type ERROR or WARNING . If an application signals any condition other than WARNING or SIMPLE-WARNING , the condition is categorized (and therefore trappable) as one of type ERROR .

6.4.1 Making the application handle errors

6.4.2 Deleting of condition classes


LispWorks Delivery User Guide - 12 Sep 2005

NextPrevUpTopContentsIndex