If you can read this text, it means you are not experiencing this website at its best. This website is designed for used with a standards-compliant browser.
Current version: 2.3.2
ZThreads
A platform-independent, multi-threading and synchronization library for C++
Home Documentation Downloads CVS Contact
InvalidTask_Exception Class Reference

#include <Exceptions.h>

Inheritance diagram for InvalidTask_Exception:
InvalidOp_Exception Synchronization_Exception

Public Member Functions

 InvalidTask_Exception ()
 Create a new exception.
 
- Public Member Functions inherited from InvalidOp_Exception
 InvalidOp_Exception ()
 Create a new exception.
 
 InvalidOp_Exception (const char *msg)
 Create a new exception.
 
- Public Member Functions inherited from Synchronization_Exception
 Synchronization_Exception ()
 
 Synchronization_Exception (const char *msg)
 
const char * what () const
 

Detailed Description

Thrown when a task is not valid (e.g. null or start()ing a thread with no overriden run() method)


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