Class Zend_Gdata_App_HttpException

Description

Gdata exceptions

Class to represent exceptions that occur during Gdata operations.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Gdata/App/HttpException.php (line 45)

Exception
   |
   --Zend_Exception
      |
      --Zend_Gdata_App_Exception
         |
         --Zend_Gdata_App_HttpException
Variable Summary
Method Summary
 Zend_Gdata_App_HttpException __construct ([string $message = null], [Zend_Http_Client_Exception $e = null], [Zend_Http_Response $response = null])
 string getRawResponseBody ()
 void setResponse (Zend_Http_Response $response)
Variables
mixed $_httpClientException = null (line 48)
  • access: protected
mixed $_response = null (line 49)
  • access: protected

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
Constructor __construct (line 58)

Create a new Zend_Gdata_App_HttpException

  • access: public
Zend_Gdata_App_HttpException __construct ([string $message = null], [Zend_Http_Client_Exception $e = null], [Zend_Http_Response $response = null])

Redefinition of:
Zend_Exception::__construct()
Construct the exception
getHttpClientException (line 70)

Get the Zend_Http_Client_Exception.

  • access: public
Zend_Http_Client_Exception getHttpClientException ()
getRawResponseBody (line 112)

Get the body of the Zend_Http_Response

  • access: public
string getRawResponseBody ()
getResponse (line 102)

Get the Zend_Http_Response.

  • access: public
Zend_Http_Response getResponse ()
setHttpClientException (line 80)

Set the Zend_Http_Client_Exception.

  • access: public
void setHttpClientException (Zend_Http_Client_Exception $value)
setResponse (line 91)

Set the Zend_Http_Response.

  • access: public
void setResponse (Zend_Http_Response $response)

Inherited Methods

Inherited From Zend_Exception

 Zend_Exception::__construct()
 Zend_Exception::_getPrevious()
 Zend_Exception::__call()
 Zend_Exception::__toString()

Inherited From Exception (Internal Class)

 constructor __construct ( [$message = ], [$code = ] )
 getCode ( )
 getFile ( )
 getLine ( )
 getMessage ( )
 getTrace ( )
 getTraceAsString ( )
 __clone ( )
 __toString ( )

Documentation generated on Mon, 21 Jun 2010 15:27:43 -0400 by phpDocumentor 1.4.3