Include dependency graph for errors.hh:

Namespaces | |
| namespace | vcsn | 
| namespace | vcsn::xml | 
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.  | |
 1.3.6-20040222