#include <assert.h>
Inherits std::runtime_error.
Inherited by common::AssertionFailure.
common::Exception::Exception |
( |
std::string_view |
what, |
|
|
const char * |
file = "unknown_file" , |
|
|
int |
line = 0 |
|
) |
| |
common::Exception::Exception |
( |
std::string_view |
what, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
backward::StackTrace |
st |
|
) |
| |
std::string common::Exception::formatErrorMessage |
( |
std::string_view |
message, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |
|
staticprotected |
void common::Exception::print |
( |
| ) |
|
const char* common::Exception::file |
int common::Exception::line |
backward::StackTrace common::Exception::stackTrace |
The documentation for this class was generated from the following files: