32 #include "../api_core.h"
62 virtual const char* what()
const throw();
70 std::vector<std::
string> get_stack_trace() const;
74 std::
string get_message_and_stack_trace() const;
80 enum { max_frames = 32 };
81 mutable void *frames[max_frames];
83 mutable std::string buffer;
std::string message
Description of exception.
Definition: exception.h:59
Top-level exception class.
Definition: exception.h:43
virtual ~Exception()
Destructs an exception object.
Definition: exception.h:52