BuilderException
Exception thrown when a query cannot be built correctly due to invalid state or missing mandatory clauses (e.g., DELETE without WHERE).
This exception indicates a programmer error during query construction and is intended to be thrown immediately, bypassing the DataResult pattern.