cppthread 1.1.16
C++ Thread Library
cppthread_exception Class Reference

To catch any thread exception, catch this base thread exception. More...

Detailed Description

This is the base thread exception for all the thread exceptions. You may catch this exception to catch any of the thread exceptions.

Warning
Some exceptions use the cppthread_logic_error and the cppthread_out_of_range errors which are both not derived from the cppthread_exception. In many cases, these other two exceptions should not be processed like a runtime error which the cppthread_exception represents.

The documentation for this class was generated from the following file:

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.