[#BloombergLP-bsls-FuzzTestPreconditionException] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::FuzzTestPreconditionException :relfileprefix: ../../ :mrdocs: This class is an implementation detail of the `bsls` fuzz testing framework and should not be used directly in user code. It implements an immutable mechanism to communicate to a test‐case handler information about the context of a precondition that fails. == Synopsis Declared in `<bsls_fuzztestpreconditionexception.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class FuzzTestPreconditionException; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/FuzzTestPreconditionException/2constructor-07.adoc[`FuzzTestPreconditionException`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bsls/FuzzTestPreconditionException/2destructor.adoc[`~FuzzTestPreconditionException`] [.small]#[destructor]# | Destroy this object. Note that this trivial destructor's definition is compiler generated. | xref:BloombergLP/bsls/FuzzTestPreconditionException/expression.adoc[`expression`] | Return a string containing the program source of the assertion that has failed. | xref:BloombergLP/bsls/FuzzTestPreconditionException/filename.adoc[`filename`] | Return a string containing the filename of the source file containing the assertion that has failed. | xref:BloombergLP/bsls/FuzzTestPreconditionException/isReview.adoc[`isReview`] | Return a flag indicating if the failure is a review. | xref:BloombergLP/bsls/FuzzTestPreconditionException/level.adoc[`level`] | Return a string containing a representation of the level of assertion or review macro that failed. | xref:BloombergLP/bsls/FuzzTestPreconditionException/lineNumber.adoc[`lineNumber`] | Return the number of the line within the file `filename` containing the assertion that failed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#