|
ANSI Common Lisp 5 Data and Control Flow 5.3 Dictionary of Data and Control Flow
5.3.67 control-error |
Condition Type |
- Class Precedence List:
-
control-error,
error,
serious-condition,
condition,
t
- Description:
-
The type control-error consists of error conditions that result from
invalid dynamic transfers of control in a program. The errors that
result from giving throw a tag that is not active or from
giving go or return-from a tag that is no longer
dynamically available are of type control-error.
- Allegro CL Implementation Details:
-
None.
|