PHPXMLRPC 4.10.3

Exception

Table of Contents

Classes

FaultResponseException
To be used when throwing exceptions instead of returning Response objects (future API?)
HttpException
To be used for all errors related to parsing HTTP requests and responses
NoSuchMethodException
Base exception for errors thrown by the server while trying to handle the requests, such as errors with the dispatch map
ParsingException
Base exception for errors while parsing xml-rpc requests/responses: charset issue, xml issues, xml-rpc issues
ServerException
Base exception for errors thrown by the server while trying to handle the requests, such as errors with the dispatch map
StateErrorException
Exception thrown when an object is in such a state that it can not fulfill execution of a method
TransportException
To be used for all errors related to the transport, which are not related to specifically to HTTP. Eg: can not open socket
TypeErrorException
Exception thrown when an argument passed to a function or method has an unsupported type
ValueErrorException
Exception thrown when an argument passed to a function or method has an unsupported value (but its type is ok)
XmlException
Base exception for errors while parsing xml-rpc requests/responses: charset issue, xml issues, xml-rpc issues
XmlRpcException
Base exception for errors while parsing xml-rpc requests/responses: charset issue, xml issues, xml-rpc issues

        
On this page

Search results