Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals | Related Pages

svn::Exception Class Reference

#include <exception.hpp>

Inheritance diagram for svn::Exception:

svn::ClientException

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

Detailed Description

Generic exception class.


Constructor & Destructor Documentation

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

Constructor. Assigns the exception reason.

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


Member Function Documentation

const 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

struct Data* svn::Exception::m [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed May 4 00:05:23 2005 for SvnCpp by  doxygen 1.4.1