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