ObjFW
Public Member Functions | Static Public Member Functions | Properties
OFThreadJoinFailedException Class Reference

An exception indicating that joining a thread failed. More...

#include <OFThreadJoinFailedException.h>

Inheritance diagram for OFThreadJoinFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:thread: (Class class_,[thread] OFThread *thread)
OFThreadthread ()

Static Public Member Functions

id newWithClass:thread: (Class class_,[thread] OFThread *thread)

Properties

OFThreadthread

Detailed Description

An exception indicating that joining a thread failed.


Member Function Documentation

id OFThreadJoinFailedException::initWithClass:thread: ( Class  class_,
[thread] OFThread thread 
) [virtual]

Initializes an already allocated thread join failed exception.

Parameters:
class_The class of the object which caused the exception
threadThe thread which could not be joined
Returns:
An initialized thread join failed exception
id OFThreadJoinFailedException::newWithClass:thread: ( Class  class_,
[thread] OFThread thread 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
threadThe thread which could not be joined
Returns:
A new thread join failed exception
OFThread* OFThreadJoinFailedException::thread ( ) [virtual]
Returns:
The thread which could not be joined

The documentation for this class was generated from the following files:
 All Classes Functions Variables