#include <exceptions.hpp>
Exception class that can take two parameters as description and merge them into the 'what' argument of the std::runtime_error.
◆ Exception() [1/3]
rad::Exception::Exception |
( |
const std::string & |
msg | ) |
|
|
inlineexplicit |
◆ Exception() [2/3]
rad::Exception::Exception |
( |
const std::string & |
msg, |
|
|
const std::string & |
info |
|
) |
| |
|
inline |
◆ Exception() [3/3]
rad::Exception::Exception |
( |
const Exception & |
e | ) |
|
|
inline |
◆ ~Exception()
virtual rad::Exception::~Exception |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ AddDiagnostic()
void rad::Exception::AddDiagnostic |
( |
const std::string & |
str | ) |
|
|
inline |
◆ operator=()
◆ what()
virtual const char* rad::Exception::what |
( |
| ) |
const |
|
inlinevirtualnoexcept |
The documentation for this class was generated from the following file: