OFNotImplementedException Class Reference

An exception indicating that a method or part of it is not implemented. More...

#import <OFExceptions.h>

Inheritance diagram for OFNotImplementedException:
OFException OFObject

List of all members.

Public Member Functions

(id) - initWithClass:selector:
(SEL) - selector

Static Public Member Functions

(id) + newWithClass:selector:

Protected Attributes

SEL selector

Detailed Description

An exception indicating that a method or part of it is not implemented.


Member Function Documentation

- (id) initWithClass: (Class)  class_
selector: (SEL)  selector 

Initializes an already allocated not implemented exception.

Parameters:
class_ The class of the object which caused the exception
selector The selector which is not or not fully implemented
Returns:
An initialized not implemented exception
+ (id) newWithClass: (Class)  class_
selector: (SEL)  selector 
Parameters:
class_ The class of the object which caused the exception
selector The selector which is not or not fully implemented
Returns:
A new not implemented exception
- (SEL) selector  
Returns:
The selector which is not or not fully implemented

The documentation for this class was generated from the following files:
 All Classes Functions Variables
Generated on Sun May 9 16:52:21 2010 for ObjFW by  doxygen 1.6.3