An exception indicating that the protocol specified by the URL is not supported.
More...
#import <OFUnsupportedProtocolException.h>
List of all members.
Detailed Description
An exception indicating that the protocol specified by the URL is not supported.
Member Function Documentation
+ (id) exceptionWithClass: |
|
(Class) |
class_ |
URL: |
|
(OFURL*) |
url |
|
|
| |
- Parameters:
-
class_ | The class of the object which caused the exception |
url | The URL whose protocol is unsupported |
- Returns:
- A new unsupported protocol exception
- (id) initWithClass: |
|
(Class) |
class_ |
URL: |
|
(OFURL*) |
url |
|
|
| |
Initializes an already allocated unsupported protocol exception
- Parameters:
-
class_ | The class of the object which caused the exception |
url | The URL whose protocol is unsupported |
- Returns:
- An initialized unsupported protocol exception
- Returns:
- The URL whose protocol is unsupported
The documentation for this class was generated from the following files: