Next: Subclass of ERROR, Previous: Condition Classes are defined with DEFINE-CONDITION Macro, Up: Condition Object [Contents][Index]
Likewise, new condition objects are created with MAKE-CONDITION
rather than
MAKE-INSTANCE
. MAKE-CONDITION
initializes the slots of the new condition
based on the ‘:initargs’ it’s passed, but there’s no way to further customize a
condition’s initialization, equivalent to INITIALIZE-INSTANCE
.