|
ANSI Common Lisp 9 Conditions 9.2 Dictionary of Conditions
9.2.6 cell-error |
Condition Type |
- Class Precedence List:
-
cell-error,
error,
serious-condition,
condition,
t
- Description:
-
The type cell-error consists of error conditions that occur during
a location access. The name of the offending cell is initialized by
the :name initialization argument to make-condition,
and is accessed by the function cell-error-name.
- See Also:
-
cell-error-name
- Allegro CL Implementation Details:
-
None.
|