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

File: Exception.php

Source Location: /XML_RPC2-1.1.2/XML/RPC2/Exception.php

Classes:

XML_RPC2_Exception
XML_RPC2 base exception class. All XML_RPC2 originated exceptions inherit from XML_RPC2_Exception
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_ReceivedInvalidStatusCodeException
XML_RPC2_ReceivedInvalidStatusCodeExceptionextends is thrown whenever the XML_RPC2 response to a request does not return a 200 http status code.
XML_RPC2_CurlException
XML_RPC2_CurlException is thrown whenever an error is reported by the low level HTTP cURL library
XML_RPC2_ConfigException
XML_RPC2_ConfigException is thrown whenever PHP config clashes with XML_RPC2 requirements or config

Page Details:

+-----------------------------------------------------------------------------+

| Copyright (c) 2004-2006 Sergio Goncalves Carvalho | +-----------------------------------------------------------------------------+ | This file is part of XML_RPC2. | | | | XML_RPC2 is free software; you can redistribute it and/or modify | | it under the terms of the GNU Lesser General Public License as published by | | the Free Software Foundation; either version 2.1 of the License, or | | (at your option) any later version. | | | | XML_RPC2 is distributed in the hope that it will be useful, | | but WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU Lesser General Public License for more details. | | | | You should have received a copy of the GNU Lesser General Public License | | along with XML_RPC2; if not, write to the Free Software | | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA | | 02111-1307 USA | +-----------------------------------------------------------------------------+ | Author: Sergio Carvalho <sergio.carvalho@portugalmail.com> | +-----------------------------------------------------------------------------+


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