#include <external/RadixEngine/include/radix/core/diag/Throwables.hpp>
Inherits exception.
|
| Error (const std::string &s, const std::string &m) |
|
| Error (const std::string &s, const char *m) |
|
| Error (const char *s, const std::string &m) |
|
| Error (const char *s, const char *m) |
|
const char * | source () const noexcept |
|
const char * | what () const noexcept |
|
|
const std::string | src |
|
const std::string | msg |
|
radix::Exception::Error::Error |
( |
const std::string & |
s, |
|
|
const std::string & |
m |
|
) |
| |
|
inline |
radix::Exception::Error::Error |
( |
const std::string & |
s, |
|
|
const char * |
m |
|
) |
| |
|
inline |
radix::Exception::Error::Error |
( |
const char * |
s, |
|
|
const std::string & |
m |
|
) |
| |
|
inline |
radix::Exception::Error::Error |
( |
const char * |
s, |
|
|
const char * |
m |
|
) |
| |
|
inline |
const char* radix::Exception::Error::source |
( |
| ) |
const |
|
inlinenoexcept |
const char* radix::Exception::Error::what |
( |
| ) |
const |
|
inlinenoexcept |
const std::string radix::Exception::Error::msg |
|
protected |
const std::string radix::Exception::Error::src |
|
protected |
The documentation for this class was generated from the following file: