#include <exception.hpp>
Inheritance diagram for svn::ClientException:
Public Member Functions | |
ClientException (svn_error_t *error) throw () | |
ClientException (apr_status_t status) throw () | |
ClientException (const ClientException &src) throw () | |
virtual | ~ClientException () throw () |
|
Constructor. Sets the error template and an optional message. |
|
Constructor that takes only an apr errorcode |
|
Copy constructor |
|
|