#include <exception.hpp>
Protected Attributes |
Data * | m |
Detailed Description
Constructor & Destructor Documentation
svn::Exception::Exception |
( |
const char * |
message | ) |
throw () |
Constructor. Assigns the exception reason.
svn::Exception::~Exception |
( |
| ) |
throw () |
Member Function Documentation
apr_status_t svn::Exception::apr_err |
( |
| ) |
const |
- Returns
- the outermost error code.
const char* svn::Exception::message |
( |
| ) |
const |
- Returns
- the exception message.
Field Documentation
The documentation for this class was generated from the following file: