On Friday, May 18, the normal maintenance window (17:00 Pacific time) will be extended for data center maintenance until 23:00 Pacific. No extended down-time is planned, but brief delays and interruptions are possible throughout the period.
svn::ClientException Class Reference
#include <exception.hpp>
Detailed Description
Subversion client exception class.
Constructor & Destructor Documentation
| svn::ClientException::ClientException |
( |
svn_error_t * |
error |
) |
throw () |
Constructor. Sets the error template and an optional message.
| svn::ClientException::ClientException |
( |
apr_status_t |
status |
) |
throw () |
Constructor that takes only an apr errorcode
| svn::ClientException::ClientException |
( |
const char * |
message |
) |
throw () [inline] |
| svn::ClientException::ClientException |
( |
const ClientException & |
src |
) |
throw () |
| virtual svn::ClientException::~ClientException |
( |
|
) |
throw () [virtual] |
The documentation for this class was generated from the following file: