|
|
| version 1.53, 2008/09/03 15:15:00 | version 1.56, 2009/09/08 09:07:51 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: exception decls. | Parser: exception decls. |
| Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001-2009 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) | Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) |
| */ | */ |
| Line 13 static const char * const IDENT_EXCEPTIO | Line 13 static const char * const IDENT_EXCEPTIO |
| const char* const PARSER_RUNTIME = "parser.runtime"; | const char* const PARSER_RUNTIME = "parser.runtime"; |
| const char* const IMAGE_FORMAT = "image.format"; | const char* const IMAGE_FORMAT = "image.format"; |
| const char* const PCRE_EXCEPTION_TYPE = "pcre.execute"; | const char* const PCRE_EXCEPTION_TYPE = "pcre.execute"; |
| const char* const DATE_RANGE_EXCEPTION_TYPE = "date.range"; | |
| const char* const NAME_MUST_BE_STRING = "name must be string"; | const char* const NAME_MUST_BE_STRING = "name must be string"; |
| const char* const FILE_NAME_MUST_BE_STRING = "file name must be string"; | const char* const FILE_NAME_MUST_BE_STRING = "file name must be string"; |
| Line 28 const char* const COORDINATES_MUST_NOT_B | Line 29 const char* const COORDINATES_MUST_NOT_B |
| const char* const FIRST_ARG_MUST_NOT_BE_CODE = "first argument must not be code"; | const char* const FIRST_ARG_MUST_NOT_BE_CODE = "first argument must not be code"; |
| const char* const PARAM_MUST_NOT_BE_CODE = "param must not be code"; | const char* const PARAM_MUST_NOT_BE_CODE = "param must not be code"; |
| const char* const MODE_MUST_NOT_BE_CODE = "mode 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 | // includes |