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

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):

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


[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:56:38 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.