Package svnmailer :: Module subversion :: Class RepositoryError
[show private | hide private]
[frames | no frames]

Class RepositoryError

Exception --+
            |
           RepositoryError


A repository error occured
Method Summary
  __init__(self, sexc)
Initialization
str __str__(self)
Human readable representation
    Inherited from Exception
  __getitem__(...)

Instance Variable Summary
int svn_err_code: The SVN error code
str svn_err_name: The name of the SVN error (if it could be mapped)
str svn_err_str: The SVN error description

Method Details

__init__(self, sexc)
(Constructor)

Initialization
Parameters:
sexc - svnmailer.subversion.Error
           (type=svnmailer.subversion.Error)
Overrides:
exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

Human readable representation
Returns:
The string representation
           (type=str)
Overrides:
exceptions.Exception.__str__

Instance Variable Details

svn_err_code

The SVN error code
Type:
int

svn_err_name

The name of the SVN error (if it could be mapped)
Type:
str

svn_err_str

The SVN error description
Type:
str

Generated by Epydoc 2.0 on Sun Sep 25 20:49:06 2005 http://epydoc.sf.net