ObjFW
Public Member Functions | Static Public Member Functions
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) + exceptionWithClass:URL:

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
urlThe 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
urlThe URL whose protocol is unsupported
Returns:
An initialized 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 Properties