[previous] [up] [next]     [index]
Next: Application Type Errors Up: Exceptions and Control Flow Previous: Primitive Exceptions

Errors

The procedure error raises the exception exn:user (which contains an error string). The error procedure has three forms:

In all cases, the constructed message string is passed to make-exn:user and the resulting exception is raised.





PLT