EDMA: Entorno de Desarrollo Modular y Abierto
Object Oriented and Componentware Framework

Copyright (C) 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
           by David Martínez Oliveira

See file COPYING and COPYING.LESSER for copying conditions
==========================================================================

GNU/EDMA Exceptions Example
----------------------------
This example demonstrates the use of the simple GNU/EDMA Exception macros.

This example uses the HELLO_WORLD class. Compile with

make -f edma_exception.mk

* BRIEFING
---------------
GNU/EDMA defines a simple EXCEPTION class used to report system errors. Besides this class a set of simple macros to provide "simple exception syntax" that can be used in the applications.
