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