ECNotImplementedException


Abstract

Thrown if a functionality is referred which has not been implemented yet.

Methods

-initWithOperationInformation:
-operationInformation

initWithOperationInformation:


- initWithOperationInformation: (NSString *) anInfo;
Parameter Descriptions
anInfo
information about the unimplemented feature
method result
self

operationInformation


- (NSString *) operationInformation;
method result
Returns information about the unimplemented feature

(Last Updated November 08, 2007)