GoogleApiAdsCommon
[ class tree: GoogleApiAdsCommon ] [ index: GoogleApiAdsCommon ] [ all elements ]

Class: ReportDownloadException

Source Location: /AdWords/Util/ReportDownloadException.php

Class Overview

Exception
   |
   --ReportDownloadException

Exception class for an error that occurs while downloading a report.


Methods


Inherited Variables

Class: Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace

Inherited Methods

Class: Exception (Internal Class)

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

Class Details

[line 32]
Exception class for an error that occurs while downloading a report.



[ Top ]


Class Methods


constructor __construct [line 38]

ReportDownloadException __construct( [string $error = NULL], [string $httpCode = NULL])

Constructor for ReportDownloadException.



Tags:

access:  public


Overrides Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] ) (parent method not documented)

Parameters:

string   $error   an optional error message
string   $httpCode   an optional HTTP status code of the response

[ Top ]


Documentation generated by phpDocumentor 1.4.3