|
degate 0.1.1
|
Indicates a runtime exception from the XML parser. More...
#include <degate_exceptions.h>

Public Member Functions | |
| XMLRPCException () | |
| XMLRPCException (std::string const &str) | |
Indicates a runtime exception from the XML parser.
Definition at line 198 of file degate_exceptions.h.
| degate::XMLRPCException::XMLRPCException | ( | ) | [inline] |
Definition at line 200 of file degate_exceptions.h.
: DegateRuntimeException("XMLRPC failed." ) {}
| degate::XMLRPCException::XMLRPCException | ( | std::string const & | str | ) | [inline] |
Definition at line 201 of file degate_exceptions.h.
: DegateRuntimeException(str) {}
1.7.4