| signalCondition |
Implements the mechanism of searching for an applicable condition handler and invoking its handler function |
| simpleCondition |
default condition class |
| simpleError |
default error class |
| simpleWarning |
default warning class |
| simpleMessage |
default message class |
| errorCondition |
TODO |
| warningCondition |
TODO |
| conditionCall |
return sthe message of a condition |
| conditionMessage |
returns the call of a condition |
| withRestarts |
establishes recovery protocols |
| computeRestarts |
returns a list of all restarts |
| findRestart |
returns the most recently established restart of the specified name |
| invokeRestart |
a way to specify how to handle errors and warnings |
| invokeRestartInteractively |
TODO |
| isRestart |
TODO: check if object is a restart function |
| restartDescription |
TODO |
| restartFormals |
TODO |
| suspendInterrupts |
TODO |
| allowInterrupts |
TODO |