Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_App_HttpException Class Reference
Inheritance diagram for Zend_Gdata_App_HttpException:
Collaboration diagram for Zend_Gdata_App_HttpException:

Public Member Functions

 __construct ($message=null, $e=null, $response=null)
 getHttpClientException ()
 setHttpClientException ($value)
 setResponse ($response)
 getResponse ()
 getRawResponseBody ()

Protected Attributes

 $_httpClientException = null
 $_response = null

Detailed Description

Definition at line 45 of file HttpException.php.


Constructor & Destructor Documentation

__construct ( message = null,
e = null,
response = null 
)

Create a new Zend_Gdata_App_HttpException

Parameters:
string$messageOptionally set a message
Zend_Http_Client_ExceptionOptionally pass in a Zend_Http_Client_Exception
Zend_Http_ResponseOptionally pass in a Zend_Http_Response

Definition at line 58 of file HttpException.php.


Member Function Documentation

Get the body of the Zend_Http_Response

Returns:
string

Definition at line 112 of file HttpException.php.

Here is the call graph for this function:

Get the Zend_Http_Response.

Returns:
Zend_Http_Response

Definition at line 102 of file HttpException.php.

Here is the caller graph for this function:

setHttpClientException ( value)

Set the Zend_Http_Client_Exception.

Parameters:
Zend_Http_Client_Exception$value

Definition at line 80 of file HttpException.php.

setResponse ( response)

Set the Zend_Http_Response.

Parameters:
Zend_Http_Response$response

Definition at line 91 of file HttpException.php.


Field Documentation

$_httpClientException = null [protected]

Definition at line 48 of file HttpException.php.

$_response = null [protected]

Definition at line 49 of file HttpException.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations