cwidget  0.5.17
Public Member Functions | List of all members
cwidget::threads::ThreadCreateException Class Reference

Thrown when thread creation fails; according to pthread_create(3), this only occurs if there aren't enough system resources to create a thread. More...

#include <threads.h>

Inheritance diagram for cwidget::threads::ThreadCreateException:
cwidget::threads::ThreadException cwidget::util::Exception

Public Member Functions

 ThreadCreateException (int error)
 
int get_errnum () const
 
std::string errmsg () const
 
- Public Member Functions inherited from cwidget::util::Exception
std::string get_backtrace () const
 

Detailed Description

Thrown when thread creation fails; according to pthread_create(3), this only occurs if there aren't enough system resources to create a thread.


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