Package daklib :: Module dak_exceptions
[hide private]
[frames] | no frames]

Module dak_exceptions

source code

Exception classes used in dak


Contact: Debian FTP Master <ftpmaster@debian.org>

Copyright: 2008 Mark Hymers <mhy@debian.org>

License: GNU General Public License version 2 or later

Classes [hide private]
  DakError
Base class for all simple errors in this module.
  ParseMaintError
Exception raised for errors in parsing a maintainer field.
  ParseChangesError
Exception raised for errors in parsing a changes file.
  InvalidDscError
Exception raised for invalid dsc files.
  UnknownFormatError
Exception raised for unknown Format: lines in changes files.
  NoFilesFieldError
Exception raised for missing files field in dsc/changes.
  CantOverwriteError
Exception raised when files can't be overwritten.
  SendmailFailedError
Exception raised when Sendmail invocation failed.
  NoFreeFilenameError
Exception raised when no alternate filename was found.
  TransitionsError
Exception raised when transitions file can't be parsed.
  DBUpdateError
Exception raised - could not update the database
  AlreadyLockedError
Exception raised - package already locked by someone else
Variables [hide private]
  __package__ = None