Previous: restarts func, Up: restarts [Index]
Base type of all the error conditions associated to the restarts mechanism.
Build and return a condition object of type &restarts-error
.
Return #t
if obj is a condition object of type
&restarts-error
; otherwise return #f
.
Type of error conditions associated to the restarts mechanism. It is
derived from &restarts-error
.
Build and return a condition object of type
&restarts-control-error
.
Return #t
if obj is a condition object of type
&restarts-control-error
; otherwise return #f
.
Build a compound condition object with components:
&restarts-control-error
, &who
&message
&irritants
and raise it using signal
.
Type of the error conditions raise when attempting to invoke an
undefined restart. It is derived from
&restarts-control-error
.
Build and return a condition object of type
&undefined-restart-error
.
Return #t
if obj is a condition object of type
&undefined-restart-error
; otherwise return #f
.
Build a compound condition object with components:
&undefined-restart-error
, &who
&message
&irritants
and raise it using signal
.