Public Member Functions | Static Public Member Functions | Properties

OFUnsupportedProtocolException Class Reference

An exception indicating that the protocol specified by the URL is not supported. More...

#import <OFUnsupportedProtocolException.h>

Inheritance diagram for OFUnsupportedProtocolException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:URL:
(OFURL *) - URL

Static Public Member Functions

(id) + newWithClass:URL:

Properties

OFURLURL

Detailed Description

An exception indicating that the protocol specified by the URL is not supported.


Member Function Documentation

- (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
+ (id) newWithClass: (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
- (OFURL*) URL  
Returns:
The URL whose protocol is unsupported

The documentation for this class was generated from the following files:
 All Classes Functions Variables