qwikstart.exceptions module

qwikstart.exceptions

All exceptions used in the qwikstart code base are defined here.

exception qwikstart.exceptions.ConfigurationError

Bases: qwikstart.exceptions.UserFacingError

User-facing exception raised during qwikstart configuration.

exception qwikstart.exceptions.ObsoleteError

Bases: qwikstart.exceptions.UserFacingError

User-facing exception raised for obsolete functionality.

exception qwikstart.exceptions.OperationDefinitionError

Bases: qwikstart.exceptions.UserFacingError

Exception raised when an operation is improperly defined.

exception qwikstart.exceptions.OperationError

Bases: qwikstart.exceptions.UserFacingError

User-facing exception raised during execution of operation.

exception qwikstart.exceptions.QwikstartException

Bases: Exception

Base exception class. All qwikstart-specific exceptions should subclass this.

exception qwikstart.exceptions.RepoLoaderError

Bases: qwikstart.exceptions.QwikstartException

Exception raised when loading task specification fails.

exception qwikstart.exceptions.TaskParserError

Bases: qwikstart.exceptions.UserFacingError

User-facing exception raised when parsing task specification fails.

exception qwikstart.exceptions.UserFacingError

Bases: qwikstart.exceptions.QwikstartException

Base exception for errors that are meant to be displayed to users.