# define DESC_INVALID_STATE "The exception context for this program is in an invalid state."
# define DESC_ALREADY_BEGUN "The exception context for this program has already begun."
# define DESC_NOT_BEGUN_YET "The exception context for this program has not begun yet."
# define DESC_NOT_ENDED "The program did not end its exception context properly."
# define MSG_FATAL_ERROR "\n\nThis is an unrecoverable programming error; the application will be terminated\nimmediately.\n"
# define MSG_AT_EXIT_ERROR "\n\nException system errors occurred during program execution.\nIf this application is making use of threads, please recompile exceptions4c\nwith thread support (by defining the macro E4C_THREADSAFE).\n"