BloombergLP::bsls::AssertTestException::AssertTestException

Constructors

Synopses

Declared in <bsls_asserttestexception.h>

Create an AssertTestException that is a copy of original.

constexpr
AssertTestException(AssertTestException const& original) = default;
» more...

Create an AssertTestException moved from original.

constexpr
AssertTestException(AssertTestException&& original) = default;
» more...

Create an AssertTestException with the specified attributes.

AssertTestException(
    char const* expression,
    char const* filename,
    int lineNumber,
    char const* level = "UNKNOWN");
» more...

Parameters

NameDescription
originalobject providing the attribute values to copy
expressionprogram source of the failing assertion
filenamename of the file containing the assertion
lineNumberline number within that file of the failing assertion
levellevel of the assertion that has failed