Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

Exception.cc File Reference

#include <Exception.h>
#include <string.h>
#include <stdio.h>
#include <typeinfo>
#include <execinfo.h>

Functions

void DefaultUnexpected ()
 This is an unexpected handler provided by the library.

Function Documentation

void DefaultUnexpected  ) 
 

This is an unexpected handler provided by the library.

It prints to stderr a stack trace and all possible available informations about the escaped exception.

To have the function names in the stack trace, the executables need to be linked using the -rdynamic flag.


Generated on Fri Mar 11 02:17:52 2005 for libbuffy by  doxygen 1.4.1