qwikstart.exceptions module¶
qwikstart.exceptions¶
All exceptions used in the qwikstart code base are defined here.
-
exception
qwikstart.exceptions.ConfigurationError¶ Bases:
qwikstart.exceptions.UserFacingErrorUser-facing exception raised during qwikstart configuration.
-
exception
qwikstart.exceptions.ObsoleteError¶ Bases:
qwikstart.exceptions.UserFacingErrorUser-facing exception raised for obsolete functionality.
-
exception
qwikstart.exceptions.OperationDefinitionError¶ Bases:
qwikstart.exceptions.UserFacingErrorException raised when an operation is improperly defined.
-
exception
qwikstart.exceptions.OperationError¶ Bases:
qwikstart.exceptions.UserFacingErrorUser-facing exception raised during execution of operation.
-
exception
qwikstart.exceptions.QwikstartException¶ Bases:
ExceptionBase exception class. All qwikstart-specific exceptions should subclass this.
-
exception
qwikstart.exceptions.RepoLoaderError¶ Bases:
qwikstart.exceptions.QwikstartExceptionException raised when loading task specification fails.
-
exception
qwikstart.exceptions.TaskParserError¶ Bases:
qwikstart.exceptions.UserFacingErrorUser-facing exception raised when parsing task specification fails.
-
exception
qwikstart.exceptions.UserFacingError¶ Bases:
qwikstart.exceptions.QwikstartExceptionBase exception for errors that are meant to be displayed to users.