Subversion
Protected Member Functions
apache::subversion::svnxx::cancelled Class Reference

Thrown instead of Error when the error chain contains a SVN_ERR_CANCELLED error code. More...

#include <svnxx/exception.hpp>

Inheritance diagram for apache::subversion::svnxx::cancelled:
apache::subversion::svnxx::error

Protected Member Functions

 cancelled (detail::error_ptr err)
 
- Protected Member Functions inherited from apache::subversion::svnxx::error
 error (detail::error_ptr err)
 
std::vector< messagecompile_messages (bool show_traces) const
 

Additional Inherited Members

- Public Member Functions inherited from apache::subversion::svnxx::error
virtual const char * what () const noexcept override
 Returns the message associated with the top-level error that caused the exception. More...
 
virtual int code () const noexcept
 Returns the error code associated with the top-level error that caused the exception.
 
virtual const char * name () const noexcept
 Returns the symbolic name of the error code associated with the top-level error that caused the exception. More...
 
virtual std::vector< messagemessages () const
 Returns the complete list of error messages, including those from nested errors.
 
virtual std::vector< messagetraced_messages () const
 Like error::messages(), but includes debugging traceback. More...
 
- Protected Attributes inherited from apache::subversion::svnxx::error
const char *const m_message
 

Detailed Description

Thrown instead of Error when the error chain contains a SVN_ERR_CANCELLED error code.

Definition at line 224 of file exception.hpp.


The documentation for this class was generated from the following file: