|   | 
 ANSI Common Lisp    9 Conditions    9.2 Dictionary of Conditions
 
| 9.2.14  simple-error | 
Condition Type | 
  
 - Class Precedence List:
 - 
simple-error,
simple-condition,
error,
serious-condition,
condition,
t
  - Description:
 - 
The type simple-error consists of conditions that
are signaled by error or cerror when a
format control
is supplied as the function's first argument.
  - Allegro CL Implementation Details:
 - 
 None.
  
 |