ECIllegalOperationException


Abstract

Thrown if the operation being called is not defined for the current state/context.

Methods

-initWithOperationInformation:
-operationInformation

initWithOperationInformation:


- initWithOperationInformation: (NSString *) operationInfo;
Parameter Descriptions
operationInfo
Information about the operation
method result
self

operationInformation


- (NSString *) operationInformation;
method result
Information about the operation

(Last Updated November 08, 2007)