--- parser3/src/include/pa_exception.h 2009/07/15 12:58:07 1.55 +++ parser3/src/include/pa_exception.h 2009/09/08 09:07:51 1.56 @@ -8,7 +8,7 @@ #ifndef PA_EXCEPTION_H #define PA_EXCEPTION_H -static const char * const IDENT_EXCEPTION_H="$Date: 2009/07/15 12:58:07 $"; +static const char * const IDENT_EXCEPTION_H="$Date: 2009/09/08 09:07:51 $"; const char* const PARSER_RUNTIME = "parser.runtime"; const char* const IMAGE_FORMAT = "image.format"; @@ -31,6 +31,8 @@ const char* const PARAM_MUST_NOT_BE_CODE const char* const MODE_MUST_NOT_BE_CODE = "mode must not be code"; const char* const OPTIONS_MUST_NOT_BE_CODE = "options must not be code"; +const char* const INVALID_OPTION_PASSED = "invalid option passed"; + // includes #include "pa_memory.h"