![]() |
Cyclone Scheme
0.9
|
Raise and handle Scheme exceptions. More...
Functions | |
object | Cyc_current_exception_handler (void *data) |
Return the current exception handler. More... | |
object | Cyc_default_exception_handler (void *data, int argc, closure _, object err) |
The default exception handler. More... | |
void | Cyc_rt_raise (void *data, object err) |
Raise an exception from the runtime code. More... | |
void | Cyc_rt_raise2 (void *data, const char *msg, object err) |
Raise an exception from the runtime code. More... | |
void | Cyc_rt_raise_msg (void *data, const char *err) |
Raise an exception from the runtime code. More... | |
Raise and handle Scheme exceptions.