Next: , Previous: , Up: Condition Object   [Contents][Index]


7.2.2.2 New Condition Objects are created with MAKE-CONDITION

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.