[#BloombergLP-bsls-FuzzTestPreconditionTracker-handleReviewViolation] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/FuzzTestPreconditionTracker.adoc[FuzzTestPreconditionTracker]::handleReviewViolation :relfileprefix: ../../../ :mrdocs: Throw a `FuzzTestPreconditionException` constructed from the specified `violation` if the review violation occurred after the first invocation of `handlePreconditionsBegin` but before the first invocation of `handlePreconditionsEnd`, and invoke the assertion handler (not review handler) returned by `FuzzTestHandlerGuard::getOriginalAssertionHandler` otherwise. == Synopsis Declared in `<bsls_fuzztest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void handleReviewViolation(xref:BloombergLP/bsls/ReviewViolation.adoc[ReviewViolation] const& violation); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#