Errors¶
Exceptions used in the Waf code
-
exception
waflib.Errors.WafError(msg='', ex=None)[source]¶ Bases:
ExceptionBase class for all Waf errors
-
exception
waflib.Errors.BuildError(error_tasks=[])[source]¶ Bases:
waflib.Errors.WafErrorError raised during the build and install phases
-
exception
waflib.Errors.ConfigurationError(msg='', ex=None)[source]¶ Bases:
waflib.Errors.WafErrorConfiguration exception raised in particular by
waflib.Context.Context.fatal()
-
exception
waflib.Errors.TaskRescan(msg='', ex=None)[source]¶ Bases:
waflib.Errors.WafErrorTask-specific exception type signalling required signature recalculations
-
exception
waflib.Errors.TaskNotReady(msg='', ex=None)[source]¶ Bases:
waflib.Errors.WafErrorTask-specific exception type signalling that task signatures cannot be computed