Public Member Functions | Static Public Member Functions | Properties

OFHTTPRequestFailedException Class Reference

An exception indicating that a HTTP request failed. More...

#import <OFHTTPRequestFailedException.h>

Inheritance diagram for OFHTTPRequestFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:HTTPRequest:statusCode:
(OFHTTPRequest *) - HTTPRequest
(short) - statusCode

Static Public Member Functions

(id) + newWithClass:HTTPRequest:statusCode:

Properties

OFHTTPRequestHTTPRequest
short statusCode

Detailed Description

An exception indicating that a HTTP request failed.


Member Function Documentation

- (OFHTTPRequest*) HTTPRequest  
Returns:
The HTTP request which failed
- (id) initWithClass: (Class)  class_
HTTPRequest: (OFHTTPRequest*)  request
statusCode: (short)  code 

Initializes an already allocated HTTP request failed exception

Parameters:
class_ The class of the object which caused the exception
request The HTTP request which failed
code The status code of the fialed HTTP request
Returns:
A new HTTP request failed exception
+ (id) newWithClass: (Class)  class_
HTTPRequest: (OFHTTPRequest*)  request
statusCode: (short)  code 
Parameters:
class_ The class of the object which caused the exception
request The HTTP request which failed
code The status code of the fialed HTTP request
Returns:
A new HTTP request failed exception
- (short) statusCode  
Returns:
The status code of the HTTP request

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