ECAlreadyExistsException


Abstract

Thrown if a resource already exists

Methods

-initWithResourceInformation:
Initializes the instance with the appropriate information about the resource
-resourceInformation

initWithResourceInformation:


Initializes the instance with the appropriate information about the resource

- initWithResourceInformation: (NSString *) aResourceInfo;
Parameter Descriptions
aResourceInfo
information about the resource
method result
self

resourceInformation


- (NSString *) resourceInformation;
method result
information about the resource

(Last Updated November 08, 2007)