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

An exception indicating that a thread is still running. More...

#include <OFThreadStillRunningException.h>

Inheritance diagram for OFThreadStillRunningException:
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 a thread is still running.


Member Function Documentation

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

Initializes an already allocated thread still running exception.

Parameters:
class_The class of the object which caused the exception
threadThe thread which is still running
Returns:
An initialized thread still running exception
id OFThreadStillRunningException::newWithClass:thread: ( Class  class_,
[thread] OFThread thread 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
threadThe thread which is still running
Returns:
A new thread still running exception
OFThread* OFThreadStillRunningException::thread ( ) [virtual]
Returns:
The thread which is still running

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