previous up next     contents index
Next: Control Flow Up: Programming Constructs Previous: Primitive Exceptions

Errors

 

   

The procedure error raises the exception  exn:user (which contains an error string). The error procedure can be invoked three ways:

The constructed message string is passed to make-exn:user and the resulting exception is raised.



PLT