This chapter introduces conventions for the modular use of exceptions.
Although the POSIX 1003.1c interface reports errors by returning non-zero failure codes, DECthreads uses exceptions in the following cases:
The DECthreads exception package is most useful when you are programming in the C language or for other cross-platform routines using the pthread interface. On OpenVMS systems, you can use the OpenVMS condition-handling facility to catch exceptions. On Digital UNIX systems, you can use the C language exception library to catch exceptions; you cannot use the C++ language exception library.