static char *exceptions_c = "$Header: exceptions.c,v 1.2 89/03/02 01:54:56 goh Exp $";

#include <sys/types.h>
#include <exception.h>

Exception CatalogFailure = {"Catalog failure"};
Exception InternalError = {"Internal Error"};
Exception SemanticError = {"Semantic Error"};
Exception SystemError = {"System Error"};
