| pyviblib.util.exceptions | index /usr/lib/python2.4/site-packages/pyviblib/util/exceptions.py |
Exceptions which are raised in pyviblib.
The following classes are exported :
InvalidArgumentError -- function received an invalid argument
IOOperationError -- input/output operations
ConstructorError -- constructor called with invalid arguments
ParseError -- errors by parsing
WriteError -- errors by writing
DataInconsistencyError -- inconsistency in data found
| Classes | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| Data | ||
| __all__ = ['InvalidArgumentError', 'IOOperationError', 'ConstructorError', 'ParseError', 'WriteError', 'DataInconsistencyError'] __author__ = 'Maxim Fedorovsky' | ||
| Author | ||
| Maxim Fedorovsky | ||