#include <exception.hpp>
Inheritance diagram for svn::Exception:
Public Member Functions | |
Exception (const char *message) throw () | |
~Exception () throw () | |
const char * | message () const |
const apr_status_t | apr_err () const |
Protected Attributes | |
Data * | m |
svn::Exception::Exception | ( | const char * | message | ) | throw () |
Constructor. Assigns the exception reason.
svn::Exception::~Exception | ( | ) | throw () |
const apr_status_t svn::Exception::apr_err | ( | ) | const |
const char* svn::Exception::message | ( | ) | const |
Data* svn::Exception::m [protected] |