|
| exception () |
|
| exception (const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const char *function, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const char *function, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const char *function, const std::string &what, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const char *function, const std::string &what, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const char *function, os_result error, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const char *function, os_result error, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const char *function, os_result error, const std::string &what, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const char *function, os_result error, const std::string &what, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const exception ©) noexcept |
|
| exception (const exception *previous, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const exception *previous, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const exception *previous, const char *function, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const exception *previous, const char *function, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const exception *previous, const char *function, const std::string &what, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const exception *previous, const char *function, const std::string &what, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const exception *previous, const char *function, os_result error, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const exception *previous, const char *function, os_result error, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
template<typename ... arg_t> |
| exception (const exception *previous, const char *function, os_result error, const std::string &what, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
| chained complete constructor with variadic comment
|
|
| exception (const exception *previous, const char *function, os_result error, const std::string &what, const char *frame, const char *file, unsigned int line, const std::string &comment="") |
| complete base constructor without variadic comment
|
|
| exception (const exception *previous, const std::string &what, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const exception *previous, const std::string &what, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const exception *previous, os_result error, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const exception *previous, os_result error, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const exception *previous, os_result error, const std::string &what, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const exception *previous, os_result error, const std::string &what, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (const std::string &what, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (const std::string &what, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (os_result error, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (os_result error, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
| exception (os_result error, const std::string &what, const char *frame, const char *file, unsigned int line) noexcept |
|
template<typename ... arg_t> |
| exception (os_result error, const std::string &what, const char *frame, const char *file, unsigned int line, arg_t... args) noexcept |
|
exception & | operator= (const exception ©) noexcept |
|
virtual | ~exception () noexcept |
|