Home | Trees | Index | Help |
---|
Package svnmailer :: Module subversion :: Class RepositoryError |
|
Exception
--+
|
RepositoryError
Method Summary | |
---|---|
Initialization | |
str |
Human readable representation |
Inherited from Exception | |
|
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)
Initialization |
__str__(self)
Human readable representation |
Instance Variable Details |
---|
svn_err_codeThe SVN error code
|
svn_err_nameThe name of the SVN error (if it could be mapped)
|
svn_err_strThe SVN error description
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sun Sep 25 20:49:06 2005 | http://epydoc.sf.net |