SvnCpp
svn::Exception Class Reference

#include <exception.hpp>

Public Member Functions

 Exception (const char *message) throw ()
 ~Exception () throw ()
const char * message () const
apr_status_t apr_err () const

Protected Attributes

Data * m

Detailed Description

Generic exception class.

Constructor & Destructor Documentation

◆ Exception()

svn::Exception::Exception ( const char * message)
throw ( )

Constructor. Assigns the exception reason.

References message().

◆ ~Exception()

svn::Exception::~Exception ( )
throw ( )

Member Function Documentation

◆ apr_err()

apr_status_t svn::Exception::apr_err ( ) const
Returns
the outermost error code.

References apr_err().

Referenced by apr_err().

◆ message()

const char * svn::Exception::message ( ) const
Returns
the exception message.

References message().

Referenced by svn::ClientException::ClientException(), Exception(), and message().

Field Documentation

◆ m

Data* svn::Exception::m
protected

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