Public Member Functions | Static Public Member Functions | Properties

OFThreadStartFailedException Class Reference

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

#import <OFThreadStartFailedException.h>

Inheritance diagram for OFThreadStartFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:thread:
(OFThread *) - thread

Static Public Member Functions

(id) + newWithClass:thread:

Properties

OFThreadthread

Detailed Description

An exception indicating that starting a thread failed.


Member Function Documentation

- (id) initWithClass: (Class)  class_
thread: (OFThread*)  thread 

Initializes an already allocated thread start failed exception.

Parameters:
class_ The class of the object which caused the exception
thread The thread which could not be started
Returns:
An initialized thread start failed exception
+ (id) newWithClass: (Class)  class_
thread: (OFThread*)  thread 
Parameters:
class_ The class of the object which caused the exception
thread The thread which could not be started
Returns:
An initialized thread start failed exception
- (OFThread*) thread  
Returns:
The thread which could not be started

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