Create a AssertTestException object with the specified expression, filename, lineNumber, and level. The behavior is undefined unless 0 < line and all of expression, filename, and level are NULL or point to valid null‐terminated character strings.
Synopsis
Declared in <bsls_asserttestexception.h>
AssertTestException(
char const* expression,
char const* filename,
int lineNumber,
char const* level = "UNKNOWN");
Created with MrDocs