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

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

#include <OFNotImplementedException.h>

Inheritance diagram for OFNotImplementedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:selector: (Class class_,[selector] SEL selector)
SEL selector ()

Static Public Member Functions

id newWithClass:selector: (Class class_,[selector] SEL selector)

Properties

SEL selector

Detailed Description

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


Member Function Documentation

id OFNotImplementedException::initWithClass:selector: ( Class  class_,
[selector] SEL  selector 
) [virtual]

Initializes an already allocated not implemented exception.

Parameters:
class_The class of the object which caused the exception
selectorThe selector which is not or not fully implemented
Returns:
An initialized not implemented exception
id OFNotImplementedException::newWithClass:selector: ( Class  class_,
[selector] SEL  selector 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
selectorThe selector which is not or not fully implemented
Returns:
A new not implemented exception
SEL OFNotImplementedException::selector ( ) [virtual]
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