ObjFW
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...

#include <OFUnsupportedProtocolException.h>

Inheritance diagram for OFUnsupportedProtocolException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:URL: (Class class_,[URL] OFURL *url)
OFURLURL ()

Static Public Member Functions

id newWithClass:URL: (Class class_,[URL] OFURL *url)

Properties

OFURLURL

Detailed Description

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


Member Function Documentation

id OFUnsupportedProtocolException::initWithClass:URL: ( Class  class_,
[URL] OFURL url 
) [virtual]

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
id OFUnsupportedProtocolException::newWithClass:URL: ( Class  class_,
[URL] OFURL url 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
urlThe URL whose protocol is unsupported
Returns:
A new unsupported protocol exception
OFURL* OFUnsupportedProtocolException::URL ( ) [virtual]
Returns:
The URL whose protocol is unsupported

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