|
SvnCpp
|
#include <exception.hpp>
Public Member Functions | |
| ClientException (svn_error_t *error) throw () | |
| ClientException (apr_status_t status) throw () | |
| ClientException (const char *message) throw () | |
| ClientException (const ClientException &src) throw () | |
| virtual | ~ClientException () throw () |
| Public Member Functions inherited from svn::Exception | |
| Exception (const char *message) throw () | |
| ~Exception () throw () | |
| const char * | message () const |
| apr_status_t | apr_err () const |
Additional Inherited Members | |
| Protected Attributes inherited from svn::Exception | |
| Data * | m |
Subversion client exception class.
| svn::ClientException::ClientException | ( | svn_error_t * | error | ) | ||
| throw | ( | ) | ||||
Constructor. Sets the error template and an optional message.
Referenced by ClientException(), and ~ClientException().
| svn::ClientException::ClientException | ( | apr_status_t | status | ) | ||
| throw | ( | ) | ||||
Constructor that takes only an apr errorcode
|
inline | |||||||||||||
References svn::Exception::message().
| svn::ClientException::ClientException | ( | const ClientException & | src | ) | ||
| throw | ( | ) | ||||
Copy constructor
References ClientException().
|
virtual | ||||||||||||
References ClientException().