--- scheme-control.texi.~1.7.~ 2003-05-09 16:27:52.000000000 +1000 +++ scheme-control.texi 2003-05-10 11:13:52.000000000 +1000 @@ -894,40 +894,50 @@ @itemize @bullet @item address@hidden @code{error-signal} @code{error-signal}: thrown after receiving an unhandled fatal signal such as SIGSEGV, SIGBUS, SIGFPE etc. The @var{rest} argument in the throw contains the coded signal number (at present this is not the same as the usual Unix signal number). @item address@hidden @code{system-error} @code{system-error}: thrown after the operating system indicates an error condition. The @var{rest} argument in the throw contains the errno value. @item address@hidden @code{numerical-overflow} @code{numerical-overflow}: numerical overflow. @item address@hidden @code{out-of-range} @code{out-of-range}: the arguments to a procedure do not fall within the accepted domain. @item address@hidden @code{wrong-type-arg} @code{wrong-type-arg}: an argument to a procedure has the wrong type. @item address@hidden @code{wrong-number-of-args} @code{wrong-number-of-args}: a procedure was called with the wrong number of arguments. @item address@hidden @code{memory-allocation-error} @code{memory-allocation-error}: memory allocation error. @item address@hidden @code{stack-overflow} @code{stack-overflow}: stack overflow error. @item address@hidden @code{regex-error} @code{regex-error}: errors generated by the regular expression library. @item address@hidden @code{misc-error} @code{misc-error}: other errors. @end itemize