Next Prev Up Top Contents Index

6.3 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 Windows 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.3.1 Making the application handle errors

6.3.2 Deleting of condition classes.

:condition-deletion-action

:keep-conditions

:packages-to-remove-conditions


LispWorks Delivery User Guide - 11 Dec 2001

Next Prev Up Top Contents Index