Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

errors.hh File Reference

Error treatment for XML tools. More...

Include dependency graph for errors.hh:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Namespaces

namespace  vcsn
namespace  vcsn::xml

Classes

class  LoaderException
 Exception thrown by XML read operation. More...

Defines

#define WITH_EXIT(X)   { warning( X ); ::exit(1); }
 Errors make exits, use with #define FAIL WITH_EXIT.
#define WITH_THROW(X)   throw(LoaderException( X ))
 Errors make throws, use with #define FAIL WITH_THROW.

Detailed Description

Error treatment for XML tools.

Author:
Valentin David <valentin@lrde.epita.fr>

Generated on Thu Oct 14 15:38:19 2004 for Vaucanson by  doxygen 1.3.9.1