Package conduit :: Module Exceptions
[hide private]

Module Exceptions

source code

Exceptions used to convey information during the sync process

Copyright: John Stowers, 2006 License: GPLv2

Classes [hide private]
  ConversionError
Exception thrown by TypeConverter when it could not convert stuff due to an error in the conversion function
  ConversionDoesntExistError
Thrown when the typeconverter tries a conversion that does not exist
  RefreshError
Exception thrown upon failure to refresh conduit
  NotSupportedError
Exception thrown when a dataprovider cannot be loaded
  SyncronizeError
Non-fatal, i.e.
  SyncronizeFatalError
Fatal error returned from sync.
  SynchronizeConflictError
Raised in the put() method when the input data conflicts with data already present and user intervention is needed to resolve
  StopSync
Raised by the syncworker to tell the syncmanager to stop