StreamBase C++ API
10.6.6.1
|
An XML/RPC error has occurred. More...
#include <Exceptions.hpp>
Public Member Functions | |
StreamBaseXmlRpcFault (int fault_code, std::string fault_string) | |
StreamBaseXmlRpcFault (std::string code, std::string message, sb_internal::Errors::Type error_type=sb_internal::Errors::UNKNOWNTYPE, std::string type="StreamBaseXmlRpcFault") | |
StreamBaseXmlRpcFault (std::string code, std::string message, StreamBaseException &c, sb_internal::Errors::Type error_type=sb_internal::Errors::UNKNOWNTYPE, std::string type="StreamBaseXmlRpcFault") | |
Public Member Functions inherited from sb::StreamBaseException | |
StreamBaseException (std::string code, std::string message, sb_internal::Errors::Type error_type=sb_internal::Errors::UNKNOWNTYPE, std::string type="StreamBaseException") | |
Constructor. More... | |
StreamBaseException (std::string code, std::string message, StreamBaseException &c, sb_internal::Errors::Type error_type=sb_internal::Errors::UNKNOWNTYPE, std::string type="StreamBaseException") | |
Constructor. More... | |
virtual | ~StreamBaseException () throw () |
Destructor. More... | |
virtual const char * | what () const throw () |
Returns the message as a C string. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from sb::StreamBaseException | |
virtual std::string | causeAsXmlString () const |
An XML/RPC error has occurred.