XML_RPC2
[
class tree: XML_RPC2
] [
index: XML_RPC2
] [
all elements
]
Packages:
XML_RPC2
Classes:
XML_RPC2_Backend
XML_RPC2_Backend_Php_Client
XML_RPC2_Backend_Php_Request
XML_RPC2_Backend_Php_Response
XML_RPC2_Backend_Php_Server
XML_RPC2_Backend_Php_Value
XML_RPC2_Backend_Php_Value_Array
XML_RPC2_Backend_Php_Value_Base64
XML_RPC2_Backend_Php_Value_Boolean
XML_RPC2_Backend_Php_Value_Datetime
XML_RPC2_Backend_Php_Value_Double
XML_RPC2_Backend_Php_Value_Integer
XML_RPC2_Backend_Php_Value_Integer64
XML_RPC2_Backend_Php_Value_Nil
XML_RPC2_Backend_Php_Value_Scalar
XML_RPC2_Backend_Php_Value_String
XML_RPC2_Backend_Php_Value_Struct
XML_RPC2_Backend_Xmlrpcext_Client
XML_RPC2_Backend_Xmlrpcext_Server
XML_RPC2_Backend_Xmlrpcext_Value
XML_RPC2_CachedClient
XML_RPC2_CachedServer
XML_RPC2_Client
XML_RPC2_ClientHelper
XML_RPC2_ConfigException
XML_RPC2_CurlException
XML_RPC2_DecodeException
XML_RPC2_EncodeException
XML_RPC2_Exception
XML_RPC2_FaultException
XML_RPC2_InvalidConnectionTimeoutException
XML_RPC2_InvalidDateFormatException
XML_RPC2_InvalidDebugException
XML_RPC2_InvalidPrefixException
XML_RPC2_InvalidSslverifyException
XML_RPC2_InvalidTypeEncodeException
XML_RPC2_InvalidUriException
XML_RPC2_ReceivedInvalidStatusCodeException
XML_RPC2_Server
XML_RPC2_Server_CallHandler
XML_RPC2_Server_Callhandler_Class
XML_RPC2_Server_Callhandler_Instance
XML_RPC2_Server_Input_PhpInput
XML_RPC2_Server_Input_RawPostData
XML_RPC2_Server_Method
XML_RPC2_TransportException
XML_RPC2_UnknownMethodException
XML_RPC2_Util_HTTPRequest
XML_RPC2_Value
XML_RPC2
XML_RPC2_InvalidTypeException
Files:
Array.php
Backend.php
Base64.php
Boolean.php
CachedClient.php
CachedServer.php
CallHandler.php
Class.php
Client.php
Client.php
Client.php
ClientHelper.php
Datetime.php
Double.php
Exception.php
HTTPRequest.php
Input.php
Instance.php
Integer.php
Integer64.php
Method.php
Nil.php
PhpInput.php
RawPostData.php
Request.php
Response.php
Scalar.php
Server.php
Server.php
Server.php
String.php
Struct.php
Value.php
Value.php
Value.php
Class: XML_RPC2_Exception
Source Location: /XML_RPC2-1.1.2/XML/RPC2/Exception.php
Class Overview
Exception | --XML_RPC2_Exception
XML_RPC2 base exception class. All XML_RPC2 originated exceptions inherit from XML_RPC2_Exception
Author(s):
Sergio Carvalho <
sergio.carvalho at portugalmail.com
>
Copyright:
2004-2006 Sergio Carvalho
Child classes:
XML_RPC2_InvalidTypeException
XML_RPC2 base exception class. All XML_RPC2 originated exceptions inherit from XML_RPC2_Exception
XML_RPC2_InvalidDateFormatException
XML_RPC2_InvalidTypeException is thrown when creating DateTime value objects from invalid string datetime representations
XML_RPC2_EncodeException
XML_RPC2_EncodeException is thrown whenever a class is asked to encode itself in XML with invalid or not enough data.
XML_RPC2_DecodeException
XML_RPC2_DecodeException is thrown whenever there is a problem decoding transport XML
XML_RPC2_InvalidTypeEncodeException
XML_RPC2_InvalidTypeEncodeException is thrown whenever a class is asked to encode itself and provided a PHP type that can't be translated to XML_RPC
XML_RPC2_InvalidUriException
XML_RPC2_InvalidUriException is thrown whenever the XML_RPC2 client is asked to use an invalid uri
XML_RPC2_InvalidPrefixException
XML_RPC2_InvalidPrefixException is thrown whenever the XML_RPC2 client is asked to use an invalid XML/RPC prefix
XML_RPC2_InvalidDebugException
XML_RPC2_InvalidPrefixException is thrown whenever the XML_RPC2 client is asked to use an invalid XML/RPC debug flag
XML_RPC2_InvalidSslverifyException
XML_RPC2_InvalidSslverifyException is thrown whenever the XML_RPC2 client is asked to use an invalid XML/RPC SSL verify flag
XML_RPC2_InvalidConnectionTimeoutException
XML_RPC2_InvalidConnectionTimeoutException is thrown whenever the XML_RPC2 client is asked to use an invalid XML/RPC connection timeout value
XML_RPC2_FaultException
XML_RPC2_FaultException signals a XML-RPC response that contains a fault element instead of a regular params element.
XML_RPC2_UnknownMethodException
XML_RPC2_UnknownMethodException is thrown when a non-existent method is remote-called
XML_RPC2_TransportException
XML_RPC2_TransportException signal transport level exceptions that stop requests from reaching the server
XML_RPC2_ConfigException
XML_RPC2_ConfigException is thrown whenever PHP config clashes with XML_RPC2 requirements or config
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 ( )
__wakeup ( )
Class Details
[line 52]
XML_RPC2 base exception class. All XML_RPC2 originated exceptions inherit from XML_RPC2_Exception
Author:
Sergio Carvalho <
sergio.carvalho@portugalmail.com
>
Copyright:
2004-2006 Sergio Carvalho
Link:
http://pear.php.net/package/XML_RPC2
License:
LGPL License 2.1
[
Top
]
Documentation generated on Mon, 11 Mar 2019 15:56:38 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.