ExceptionContext Struct Reference

Represents the exception context of the program. More...

Data Fields

ExceptionFramecurrentFrame
 The current (inner) exception frame of this context.
const SignalMappingsignalMapping
 The array of mappings between the signals and exceptions.
int signalMappings
 The number of elements in the array of mappings.
UncaughtHandler uncaughtHandler
 The function to be executed in the event of an uncaught exception.

Detailed Description

Represents the exception context of the program.

Each part of the program that makes use of the exception handling system, needs an exception context. This context holds a stack of ExceptionFrame's, in which exception information is recorded.


Field Documentation

The current (inner) exception frame of this context.

The array of mappings between the signals and exceptions.

The number of elements in the array of mappings.

The function to be executed in the event of an uncaught exception.


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

exceptions4c version 1.3
Copyright 2010 Guillermo Calvo.

Generated on 24 Jan 2010 by doxygen 1.6.2