Base error class for all generated build file errors.
BuildClothError is the primary exception base class for Buildcloth.
When raised with a string, the resulting exception will return the error message.
A message included exception message.
Base error class for all build stage errors.
Raised after attempting to perform an impossible or incorrect dependency rebuild check.
Raised when inserting a duplicate block to avoid overwriting data.
Raised when attempting to add or modify an invalid job in a build system.
Raised when an element in a BuildSystem or BuildSteps object is malformed or erroneous. Only the “strict” modes will raise this exception, and would otherwise return False.
Raised when attempting to manipulate build invalid BuildSystem objects.
Raised when attempting to insert an invalid block.
Raised when attempting to insert malformed content to builder.
Raised when attempting to insert malformed raw content directly to a build system object.
Raised when attempting to access a builder block that does not exit.
Raised by the Ninja interface when constructing Ninja builders.
Raised when attempting to modify or re-close a finalized build BuildSystem or BuildSteps object.
Raised when attempting to run build system jobs.
Raised when encountering an error in an attempt to narrow a build system.