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
Exception raised - package already locked by someone else |
|
Exception raised when files can't be overwritten. |
|
Exception raised - could not update the database |
|
Base class for all simple errors in this module. |
|
Exception raised for invalid dsc files. |
|
Exception raised for missing files field in dsc/changes. |
|
Exception raised when no alternate filename was found. |
|
Exception raised for errors in parsing a changes file. |
|
Exception raised for errors in parsing a maintainer field. |
|
Exception raised when Sendmail invocation failed. |
|
Exception raised when transitions file can't be parsed. |
|
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.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.