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 Wed Nov 30 18:18:30 2005 for libbuffy by  doxygen 1.4.5