Include dependency graph for errors.hh:
This graph shows which files directly or indirectly include this file:
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 . |