#include <exception.hh>
Public Member Functions | |
| Exception (svn_error_t *) | |
| Creates a C++-style error chain from a C one and destroys the C one. | |
| Exception (const Exception &) | |
| Creates a deep copy of another C++-style exception. | |
| virtual | ~Exception () throw () |
| virtual const char * | what () const throw () |
| svn_error_t * | toCStyle () |
| Creates a C-style error chain in the global error pool. | |
Static Public Member Functions | |
| void | handle (svn_error_t *) |
Throws an error if parameter is not SVN_NO_ERROR. | |
|
|
Creates a C++-style error chain from a C one and destroys the C one.
Definition at line 9 of file svn/exception.cc. Referenced by Exception(), and handle(). |
|
|
Creates a deep copy of another C++-style exception. * Definition at line 24 of file svn/exception.cc. References Exception(). |
|
|
Definition at line 28 of file svn/exception.hh. |
|
|
Throws an error if parameter is not Useful for wrapping around functions to the C API. Definition at line 32 of file svn/exception.cc. References Exception(). |
|
|
Creates a C-style error chain in the global error pool. * Definition at line 38 of file svn/exception.cc. |
|
|
Definition at line 46 of file svn/exception.cc. |
1.3.5