Class Zend_XmlRpc_Client_Exception

Description

ZXmlRpcClientException add 2 functions for handling the fault response of failed XML-RPC requests The fault response has 2 parameters, the fault code and fault string

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

Located in /Zend/XmlRpc/Client/Exception.php (line 39)

Exception
   |
   --Zend_Exception
      |
      --Zend_XmlRpc_Exception
         |
         --Zend_XmlRpc_Client_Exception
Method Summary
 int faultCode ()
 string faultString ()
Variables

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
faultCode (line 47)

In case there was a failure in the request, this function gets the failure code

  • return: The error code
  • access: public
int faultCode ()
faultString (line 58)

In case there was a failure in the request, this function gets the failure string

  • return: The error string
  • access: public
string faultString ()

Inherited Methods

Inherited From Exception (Internal Class)

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

Documentation generated on Fri, 30 Jun 2006 11:20:13 -0500 by phpDocumentor 1.3.0RC6