daklib.dak_exceptions

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

Exceptions

AlreadyLockedError

Exception raised - package already locked by someone else

CantOverwriteError

Exception raised when files can't be overwritten.

DBUpdateError

Exception raised - could not update the database

DakError

Base class for all simple errors in this module.

InvalidDscError

Exception raised for invalid dsc files.

NoFilesFieldError

Exception raised for missing files field in dsc/changes.

NoFreeFilenameError

Exception raised when no alternate filename was found.

ParseChangesError

Exception raised for errors in parsing a changes file.

ParseMaintError

Exception raised for errors in parsing a maintainer field.

SendmailFailedError

Exception raised when Sendmail invocation failed.

TransitionsError

Exception raised when transitions file can't be parsed.

UnknownFormatError

Exception raised for unknown Format: lines in changes files.

exception daklib.dak_exceptions.AlreadyLockedError[source]

Exception raised - package already locked by someone else

exception daklib.dak_exceptions.CantOverwriteError[source]

Exception raised when files can’t be overwritten.

exception daklib.dak_exceptions.DBUpdateError[source]

Exception raised - could not update the database

exception daklib.dak_exceptions.DakError[source]

Base class for all simple errors in this module.

exception daklib.dak_exceptions.InvalidDscError[source]

Exception raised for invalid dsc files.

exception daklib.dak_exceptions.NoFilesFieldError[source]

Exception raised for missing files field in dsc/changes.

exception daklib.dak_exceptions.NoFreeFilenameError[source]

Exception raised when no alternate filename was found.

exception daklib.dak_exceptions.ParseChangesError[source]

Exception raised for errors in parsing a changes file.

exception daklib.dak_exceptions.ParseMaintError[source]

Exception raised for errors in parsing a maintainer field.

exception daklib.dak_exceptions.SendmailFailedError[source]

Exception raised when Sendmail invocation failed.

exception daklib.dak_exceptions.TransitionsError[source]

Exception raised when transitions file can’t be parsed.

exception daklib.dak_exceptions.UnknownFormatError[source]

Exception raised for unknown Format: lines in changes files.