| Trees | Index | Help |
|
|---|
|
|
exceptions.Exception --+
|
ValidateError
This error indicates that the check failed. It can be the base class for more specific errors.
Any check function that fails ought to raise this error. (or a subclass)
>>> raise ValidateError Traceback (most recent call last): ValidateError
|
|||
|
Inherited from |
|||
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Sat Apr 29 11:03:38 2006 | http://epydoc.sf.net |