Class Zend_Gdata_App_CaptchaRequiredException

Description

Gdata exceptions

Class to represent an exception that occurs during the use of ClientLogin. This particular exception happens when a CAPTCHA challenge is issued. This challenge is a visual puzzle presented to the user to prove that they are not an automated system.

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

Located in /Gdata/App/CaptchaRequiredException.php (line 43)

Exception
   |
   --Zend_Exception
      |
      --Zend_Gdata_App_Exception
         |
         --Zend_Gdata_App_AuthException
            |
            --Zend_Gdata_App_CaptchaRequiredException
Class Constant Summary
 ACCOUNTS_URL = 'https://www.google.com/accounts/'
Method Summary
 Zend_Gdata_App_CaptchaRequiredException __construct (string $captchaToken, string $captchaUrl)
 string getCaptchaToken ()
 string getCaptchaUrl ()
Variables

Inherited Variables

Inherited from Exception (Internal Class)

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

Constructs the exception to handle a CAPTCHA required response.

  • access: public
Zend_Gdata_App_CaptchaRequiredException __construct (string $captchaToken, string $captchaUrl)
  • string $captchaToken: The CAPTCHA token ID provided by the server.
  • string $captchaUrl: The URL to the CAPTCHA challenge image.

Redefinition of:
Zend_Exception::__construct()
Construct the exception
getCaptchaToken (line 81)

Retrieves the token identifier as provided by the server.

  • access: public
string getCaptchaToken ()
getCaptchaUrl (line 90)

Retrieves the URL CAPTCHA image as provided by the server.

  • access: public
string getCaptchaUrl ()

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 ( )
Class Constants
ACCOUNTS_URL = 'https://www.google.com/accounts/' (line 48)

The Google Accounts URL prefix.

Documentation generated on Mon, 21 Jun 2010 15:10:53 -0400 by phpDocumentor 1.4.3