Class awLibException

Description

AdWords Lib Exception

  • copyright: Copyright (c) 2010 Mirchev Ideas Ltd. All rights reserved.

Located in /util/LibException.php

Exception
   |
   --awLibException
Variable Summary
Method Summary
 awLibException __construct ( $message,  $code, [ $soapFault = null])
 string getMessageFromCode (int $code)
 SoapFault|null getSoapFault ()
 void setSoapResponse ( $soapResponse)
Variables
mixed $soapFault
  • access: public
mixed $soapResponse
  • access: public

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
awLibException __construct ( $message,  $code, [ $soapFault = null])
  • $message
  • $code
  • $soapFault

Redefinition of:
Exception::constructor __construct ( [$message = ], [$code = ] )

Return message text from code

  • access: public
string getMessageFromCode (int $code)
  • int $code

Return SoapFault object, if there is soap fault The object depends on the toolkit used

  • SoapClient - SoapFault

  • access: public
SoapFault|null getSoapFault ()
  • access: public
void setSoapResponse ( $soapResponse)
  • $soapResponse

Inherited Methods

Inherited From Exception (Internal Class)

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

Documentation generated on Fri, 23 Mar 2012 13:44:02 +0200 by phpDocumentor 1.4.3