Snap! Websites
An Open Source CMS System in C++
#include <exception.h>
Definition at line 67 of file exception.h.
STACK_TRACE_DEPTH
)
explicit
Initialize the base exception class by generating the output of a stack trace to a list of strings.
Definition at line 573 of file exception.cpp.
References libexcept::collect_stack_trace(), f_stack_trace, and libexcept::anonymous_namespace{exception.cpp}::g_collect_stack.
This destructor is defined to ease derivation when some of the classes have virtual functions.
Definition at line 72 of file exception.h.
This function retreives a reference to the vector of strings representing the stack trace at the time the exception was raised.
Definition at line 74 of file exception.h.
References f_stack_trace.
This parameter holds the vector of strings representing the stack trace at the time an exception was raised and an instance of the exception_base_t class was created.
Definition at line 77 of file exception.h.
Referenced by exception_base_t(), and get_stack_trace().
This document is part of the Snap! Websites Project.
Copyright by Made to Order Software Corp.
Snap! Websites
An Open Source CMS System in C++