FreeRDP-WebConnect WebSockets gateway  1.0.0.167
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
tracing::exception Class Reference

An exception, which can generate a backtrace. More...

#include <btexception.hpp>

+ Inheritance diagram for tracing::exception:

List of all members.

Public Member Functions

 exception () throw ()
 Constructs a new backtrace_exception.
virtual const char * where () const throw ()
 Returns a backtrace.

Detailed Description

An exception, which can generate a backtrace.

This class uses either bfd_tracer or dwarf_tracer in order to produce a backtrace, if an exception is thrown.

Definition at line 149 of file btexception.hpp.


Member Function Documentation

virtual const char* tracing::exception::where ( ) const throw ()
virtual

Returns a backtrace.

Returns:
string with multiple backtrace lines.

The documentation for this class was generated from the following file: