|
| Exception (std::string_view message="", ExceptionContext context=ExceptionContext()) |
|
| Exception (std::string_view format, fmt::format_args &&args, ExceptionContext context) |
|
template<typename... Args> |
| Exception (ExceptionContext context, std::string_view format, Args &&... args) |
|
virtual std::string | getMessage () const |
|
std::string | getFullMessage () const |
|
std::string | getFullMessage (size_t maxFrames) const |
|
virtual const ExceptionContext & | getContext () const |
|
const std::vector< std::string > & | getStack () const |
|
|
IVW_CORE_API friend std::ostream & | operator<< (std::ostream &ss, const Exception &e) |
|
The documentation for this class was generated from the following file: