API Documentation

Gdata/App/HttpException.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
App
version
$Id: HttpException.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_App_HttpException

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Gdata_App_HttpException

Extends from
Zend_Gdata_App_Exception
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
App
Properties
$_httpClientException
$_response
Methods
__construct
getHttpClientException
setHttpClientException
setResponse
getResponse
getRawResponseBody

Description

Gdata exceptions

Class to represent exceptions that occur during Gdata operations.

Properties

$_httpClientException

 $_httpClientException = 'null'

Details

visibility
protected
default
null
final
false
static
false

$_response

 $_response = 'null'

Details

visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct( string $message = null, Zend_Http_Client_Exception $e = null, Zend_Http_Response $response = null ) :

Create a new Zend_Gdata_App_HttpException

Arguments
$message
string
Optionally set a message
$e
Zend_Http_Client_Exception
Optionally pass in a Zend_Http_Client_Exception
$response
Zend_Http_Response
Optionally pass in a Zend_Http_Response
Details
visibility
public
final
false
static
false

getHttpClientException

getHttpClientException( ) : Zend_Http_Client_Exception

Get the Zend_Http_Client_Exception.

Details
visibility
public
final
false
static
false

getRawResponseBody

getRawResponseBody( ) : string

Get the body of the Zend_Http_Response

Output
string
Details
visibility
public
final
false
static
false

getResponse

getResponse( ) : Zend_Http_Response

Get the Zend_Http_Response.

Details
visibility
public
final
false
static
false

setHttpClientException

setHttpClientException( Zend_Http_Client_Exception $value ) :

Set the Zend_Http_Client_Exception.

Arguments
$value
Zend_Http_Client_Exception
Details
visibility
public
final
false
static
false

setResponse

setResponse( Zend_Http_Response $response ) :

Set the Zend_Http_Response.

Arguments
$response
Zend_Http_Response
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.